Skip to content

Commit baf5cd5

Browse files
author
Arjun Balaji
committed
ensure case sensitive tool fields
1 parent 0c51c33 commit baf5cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/tools/tool_index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
},
305305
"agent_cli_name": {
306306
"type": "string",
307-
"description": "REQUIRED: First check available agents by running `q agent list`. Then select the most suitable specialized agent for this specific task by omitting the .json from the filename. Only specify this field if a relevant specialized agent exists. If no agent particularly matches the task requirements, omit this field to use the default agent. Always verify agent availability before selection."
307+
"description": "Important: This field must directly match the name of the agent as it appears in the output of `q agent list`. Then select the most suitable specialized agent for this specific task and only specify this field if a relevant specialized agent exists. If no agent particularly matches the task requirements, omit this field to use the default agent. Always verify agent availability before selection. IMPORTANT: CASE-SENSITIVE MATTERS. Example output is Frontend-engineer /Users/arjbal/.aws/amazonq/cli-agents. Your input should be `Frontend-engineer` then if the task matches."
308308
},
309309
"prompt_summary": {
310310
"type": "string",

0 commit comments

Comments
 (0)