diff options
Diffstat (limited to 'internal/llm/tools/bash.go')
| -rw-r--r-- | internal/llm/tools/bash.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/llm/tools/bash.go b/internal/llm/tools/bash.go index 0bf74a4cb..4e80ae60a 100644 --- a/internal/llm/tools/bash.go +++ b/internal/llm/tools/bash.go @@ -214,8 +214,8 @@ func (b *bashTool) Info() ToolInfo { "description": "The command to execute", }, "timeout": map[string]any{ - "type": "number", - "desription": "Optional timeout in milliseconds (max 600000)", + "type": "number", + "description": "Optional timeout in milliseconds (max 600000)", }, }, Required: []string{"command"}, |
