How to pass audio input to an LlmAgent in a SequentialAgent (Gemini 2.5 Flash) #2517
Unanswered
MartinaBunge98
asked this question in
Q&A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m building an LlmAgent using the Google ADK and want to pass it an audio file as input. This agent is part of a SequentialAgent pipeline, and I’m using the gemini-2.5-flash model, which supports audio input.
I’m not sure how to correctly pass the audio to the agent. Should it be part of the {var} syntax or is there a specific parameter for audio?
Any guidance or example code for sending audio input to an LlmAgent would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions