diff --git a/cheddahbot/llm.py b/cheddahbot/llm.py index f110cb9..c8bb9bd 100644 --- a/cheddahbot/llm.py +++ b/cheddahbot/llm.py @@ -145,6 +145,7 @@ class LLMAdapter: claude_bin, "-p", "--output-format", "json", "--tools", tools, + "--allowedTools", tools, ] if model: cmd.extend(["--model", model])