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
When the SDK uses multiple took calls which return JSON (in this instance asking for film times which calls to search for the film and then for times of that film_id near a location), there is no voice output. When I say something back to it to say "What were those times again?" then it responds.
Describe the bug
When the SDK uses multiple took calls which return JSON (in this instance asking for film times which calls to search for the film and then for times of that film_id near a location), there is no voice output. When I say something back to it to say "What were those times again?" then it responds.
See this trace: Imgur
Note there is no audio out after the tool calls.
Debug information
Repro steps
Setup chained tool calls that should result in an audio out. Instead, no audio is generated.
Expected behavior
An audio out should be generated after multiple tool calls in sequence.