Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysolanky committed Feb 12, 2025
1 parent f3af057 commit 31d7ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/agno/agno/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def response(self, messages: List[Message]) -> ModelResponse:
function_call_response.event == ModelResponseEvent.tool_call_completed.value
and function_call_response.tool_calls is not None
):
logger.info(f"Tool calls: {function_call_response.tool_calls}")
model_response.tool_calls.extend(function_call_response.tool_calls)

# Format and add results to messages
Expand Down

0 comments on commit 31d7ee6

Please sign in to comment.