This commit is contained in:
marko-kraemer 2024-10-23 04:43:57 +02:00
parent 17f9f4ccff
commit cad8edd402
1 changed files with 1 additions and 1 deletions

View File

@ -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
)