Currently, Squid supports only one model: 'dictionary'. In this model, the response to each prompt message
is taken from a predefined dictionary specified in the agent's instructions.
The instructions follow the following format:
~> Prompt1
<~ Response1
Both prompt and response can be written in a multiline format. Blank leading and trailing lines are ignored.
~>
Prompt2 line1
Prompt2 line2
<~
Response2 line 1
Response2 line 2
If the prompt is missed in the dictionary the answer will be 'No entry found for this prompt.'
AI model names supported internally by Squid.
Currently, Squid supports only one model: 'dictionary'. In this model, the response to each prompt message is taken from a predefined dictionary specified in the agent's instructions.
The instructions follow the following format:
~> Prompt1 <~ Response1
Both prompt and response can be written in a multiline format. Blank leading and trailing lines are ignored.
~> Prompt2 line1 Prompt2 line2 <~ Response2 line 1 Response2 line 2
If the prompt is missed in the dictionary the answer will be 'No entry found for this prompt.'