Fix: pass allow parallel tool calls in LLM client

This commit is contained in:
shamoon
2026-05-05 13:13:07 -07:00
parent e2ad14f9ca
commit fc03e2d6ee
+1
View File
@@ -73,6 +73,7 @@ class AIClient:
tools=[tool],
user_msg=user_msg,
chat_history=[],
allow_parallel_tool_calls=True,
)
tool_calls = self.llm.get_tool_calls_from_response(
result,