Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit c571283

Browse files
committed
fix typo
1 parent 9492394 commit c571283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/llm/tools/bash.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ func (b *bashTool) Info() ToolInfo {
214214
"description": "The command to execute",
215215
},
216216
"timeout": map[string]any{
217-
"type": "number",
218-
"desription": "Optional timeout in milliseconds (max 600000)",
217+
"type": "number",
218+
"description": "Optional timeout in milliseconds (max 600000)",
219219
},
220220
},
221221
Required: []string{"command"},

0 commit comments

Comments
 (0)