You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(agno) ➜ tools git:(main) ✗ python csv_tools.py
Rank,Title,Genre,Description,Director,Actors,Year,Runtime (Minutes),Rating,Votes,Revenue (Millions),Metascore
▰▱▱▱▱▱▱ Thinking...
┏━ Message ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ What is the average rating of movies? ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Traceback (most recent call last):
File "/root/git/agno/cookbook/tools/csv_tools.py", line 28, in
agent.print_response("What is the average rating of movies?", markdown=True)
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 4725, in print_response
run_response = self.run(
^^^^^^^^^
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 1174, in run
return next(resp)
^^^^^^^^^^
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 605, in _run
self.update_model(async_mode=False, user_id=user_id, session_id=session_id)
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 2094, in update_model
self.model.response_format = None
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'response_format'
(agno) ➜ tools git:(main) ✗
(agno) ➜ tools git:(main) ✗
The text was updated successfully, but these errors were encountered:
Description
(agno) ➜ tools git:(main) ✗ python csv_tools.py
Rank,Title,Genre,Description,Director,Actors,Year,Runtime (Minutes),Rating,Votes,Revenue (Millions),Metascore
▰▱▱▱▱▱▱ Thinking...
┏━ Message ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ┃
┃ What is the average rating of movies? ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
Traceback (most recent call last):
File "/root/git/agno/cookbook/tools/csv_tools.py", line 28, in
agent.print_response("What is the average rating of movies?", markdown=True)
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 4725, in print_response
run_response = self.run(
^^^^^^^^^
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 1174, in run
return next(resp)
^^^^^^^^^^
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 605, in _run
self.update_model(async_mode=False, user_id=user_id, session_id=session_id)
File "/root/git/agno/.venv/lib/python3.12/site-packages/agno/agent/agent.py", line 2094, in update_model
self.model.response_format = None
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'response_format'
(agno) ➜ tools git:(main) ✗
(agno) ➜ tools git:(main) ✗
The text was updated successfully, but these errors were encountered: