mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-05-05 22:25:25 +00:00
Fix: pass allow parallel tool calls in LLM client
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user