Fix: pass allow parallel tool calls in LLM client (#12718)

This commit is contained in:
shamoon
2026-05-05 16:57:47 -07:00
committed by GitHub
parent e2ad14f9ca
commit cc918bae5f
+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,