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
Have you read the docs?Agents SDK docs
Yes, I have read the docs and also gone through the examples in repo.
Have you searched for related issues? Others may have had similar requests
Yes, I have but couldn't find anything informational.
Question
Describe your question. Provide details if available.
I am building an agentic system for a store, I have already created the tools, context and all the agents that are required for the use case.
For text based agentic conversation, sending the context is straightforward, that is to pass the context as an argument in Runner.run function. It’s working correctly as well:
The place where I’m stuck at is, how to send the context when doing voice-based conversions. I can’t send the context object to voicepipeline.run method, I have thoroughly read the documentation and issue sections in github repository, but I cant find a possible way to use this.
result = await voice_pipeline.run(audio_input=audio_input) // no parameter to send context
Let me know if you require any other additional details.
The text was updated successfully, but these errors were encountered:
Please read this first
Yes, I have read the docs and also gone through the examples in repo.
Yes, I have but couldn't find anything informational.
Question
Describe your question. Provide details if available.
I am building an agentic system for a store, I have already created the tools, context and all the agents that are required for the use case.
For text based agentic conversation, sending the context is straightforward, that is to pass the context as an argument in Runner.run function. It’s working correctly as well:
The place where I’m stuck at is, how to send the context when doing voice-based conversions. I can’t send the context object to voicepipeline.run method, I have thoroughly read the documentation and issue sections in github repository, but I cant find a possible way to use this.
Let me know if you require any other additional details.
The text was updated successfully, but these errors were encountered: