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
Based on the examples, it's normal to have a greeting at the end of the entrypoint. Something like:
await agent.say("Welcome, I'm a friendly assistant...", allow_interruptions=True)
This message is repetitive and re-generating($$$) it every time is just burning tokens for no good reason. How do I play a pre-recorded message from the agent here?
I think I can reverse engineer VoicePipelineAgent.say(...) and inject a wav there but I'm curious if there's an easier way.
The text was updated successfully, but these errors were encountered:
Based on the examples, it's normal to have a greeting at the end of the entrypoint. Something like:
This message is repetitive and re-generating($$$) it every time is just burning tokens for no good reason. How do I play a pre-recorded message from the agent here?
I think I can reverse engineer
VoicePipelineAgent.say(...)
and inject a wav there but I'm curious if there's an easier way.The text was updated successfully, but these errors were encountered: