From cad8edd402ce2b8488c78475a1279a7aed90f3ed Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Wed, 23 Oct 2024 04:43:57 +0200 Subject: [PATCH] wip --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index e3f73609..7277fe22 100644 --- a/agent.py +++ b/agent.py @@ -40,7 +40,7 @@ async def run_agent( tool_choice="auto", additional_message=None, execute_tools_async=False, - use_tools=True + use_tools=True, execute_model_tool_calls=True )