diff options
| author | Kujtim Hoxha <[email protected]> | 2025-04-08 19:41:21 +0200 |
|---|---|---|
| committer | Kujtim Hoxha <[email protected]> | 2025-04-08 19:41:21 +0200 |
| commit | c571283ac26cdf03be5a1d5c1e36051e3b7ea7be (patch) | |
| tree | 894d335a5f2f6587a19e94f139f681b91b01e877 | |
| parent | 94923948e1a1525988bf13025a10cc9226652684 (diff) | |
| download | opencode-c571283ac26cdf03be5a1d5c1e36051e3b7ea7be.tar.gz opencode-c571283ac26cdf03be5a1d5c1e36051e3b7ea7be.zip | |
fix typo
| -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"}, |
