You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/q_cli/src/cli/chat/tools/tool_index.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@
75
75
},
76
76
{
77
77
"name": "use_aws",
78
-
"description": "Make an AWS CLI api call with the specified service, operation, and parameters. The arguments MUST conform to the AWS CLI specification.",
78
+
"description": "Make an AWS CLI api call with the specified service, operation, and parameters. All arguments MUST conform to the AWS CLI specification.",
79
79
"input_schema": {
80
80
"type": "object",
81
81
"properties": {
@@ -89,7 +89,7 @@
89
89
},
90
90
"parameters": {
91
91
"type": "object",
92
-
"description": "The parameters for the operation. Each parameter must be encoded as a string."
92
+
"description": "The parameters for the operation. The parameter keys MUST conform to the AWS CLI specification. You should prefer to use JSON Syntax over shorthand syntax wherever possible."
0 commit comments