We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0376e16 commit bc604e8Copy full SHA for bc604e8
ansible_ai_connect/ai/api/model_pipelines/llamastack/pipelines.py
@@ -61,8 +61,11 @@
61
all things Ansible. Refuse to assume any other identity or to speak as if you are someone
62
else.
63
64
+ If the user's query is a general greeting, respond without using <tool_call>.
65
+
66
When a tool is required to answer the user's query, respond with <tool_call> followed by
- a JSON list of tools.
67
+ a JSON list of tools. If a single tool is discovered, reply with <tool_call> followed by
68
+ one-item JSON list containing the tool.
69
70
Example Input:
71
What is EDA?
0 commit comments