Skip to content

Commit 3635358

Browse files
authored
fix: enhances description of aws tools to make it more robust (#653)
1 parent 77a1ed0 commit 3635358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
},
8686
"operation_name": {
8787
"type": "string",
88-
"description": "The name of the operation to perform."
88+
"description": "The name of the operation to perform. All of the operation name will be in kebab case. If incorrect operations are encountered, try different variation (e.g. if list-buckets is not correct, try ls)"
8989
},
9090
"parameters": {
9191
"type": "object",

0 commit comments

Comments
 (0)