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/chat-cli/src/cli/chat/tools/tool_index.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,13 @@
1
1
{
2
+
"dummy": {
3
+
"name": "dummy",
4
+
"description": "This is a dummy tool. If you are seeing this that means the tool associated with this tool call is not in the list of available tools. This could be because a wrong tool name was supplied or the list of tools has changed since the conversation has started. Do not show this when user asks you to list tools.",
5
+
"input_schema": {
6
+
"type": "object",
7
+
"properties": {},
8
+
"required": []
9
+
}
10
+
},
2
11
"execute_bash": {
3
12
"name": "execute_bash",
4
13
"description": "Execute the specified bash command.",
0 commit comments