From 8e55a77800073ea0d52ba379f1b87d11a7194502 Mon Sep 17 00:00:00 2001 From: anuragts Date: Thu, 13 Feb 2025 01:52:22 +0530 Subject: [PATCH] fix: format --- libs/agno/agno/agent/agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/agno/agno/agent/agent.py b/libs/agno/agno/agent/agent.py index c1a7f3b6d..8813d423e 100644 --- a/libs/agno/agno/agent/agent.py +++ b/libs/agno/agno/agent/agent.py @@ -541,8 +541,7 @@ def _run( self.run_response.content = model_response_chunk.content self.run_response.created_at = model_response_chunk.created_at yield self.create_run_response( - content=model_response_chunk.content, - created_at=model_response_chunk.created_at + content=model_response_chunk.content, created_at=model_response_chunk.created_at ) # If the model response is a tool_call_started, add the tool call to the run_response elif model_response_chunk.event == ModelResponseEvent.tool_call_started.value: