Chore: set tool_required to opena-like llm calls (#13025)

This commit is contained in:
shamoon
2026-06-17 06:24:38 -07:00
committed by GitHub
parent 8bd620d8ab
commit bcf5d2cffc
+1
View File
@@ -130,6 +130,7 @@ class AIClient:
user_msg=user_msg,
chat_history=[],
allow_parallel_tool_calls=True,
tool_required=True,
)
tool_calls = self.llm.get_tool_calls_from_response(
result,