Kujtim Hoxha 1 год назад
Родитель
Сommit
c571283ac2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      internal/llm/tools/bash.go

+ 2 - 2
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"},