From bcf5d2cffc0979cc1f64da05d534e3336489fa2e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 17 Jun 2026 06:24:38 -0700 Subject: [PATCH] Chore: set tool_required to opena-like llm calls (#13025) --- src/paperless_ai/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/paperless_ai/client.py b/src/paperless_ai/client.py index 1614ceb8d..4aa57c95a 100644 --- a/src/paperless_ai/client.py +++ b/src/paperless_ai/client.py @@ -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,