I am working on an AI project named “Video Summarizer,” where I can upload any video and ask questions about it to the AI agent. I am using Streamlit and Agno to build this project. Initially, my code was working fine with the phidata, but after modifying the script according to Agno, I am continuously facing a single error. The error is coming from agent.run()
where I am not getting a response, and the only error I see is that "file object has no attribute ‘get’. PFA screenshot.
Thanks in advance.
Hi @dev
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 48 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
Hey @dev I think there is a little bit of discrepancy with video upload- Please try this similar example out and let me know if it works for you: agno/cookbook/models/google/gemini/video_input_file_upload.py at main · agno-agi/agno · GitHub