mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
fix typo
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user