Manual interruption #28
Sophon
started this conversation in
Ideas & suggestions
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Unless I missed something in the API reference, the only way to interrupt the current assistant output are:
Our usecase is to stop the conversation. The current solution is to mute or purge the audio data. The problem is that since the assistant output multiple
ResponseStartedwithin one output, there's the edge case:One solution is to not accept output until we get
ResponseInterrupted:ResponseInterruptedBut I think it would be more elegant if there was an event we could send to interrupt the assistant output.
Beta Was this translation helpful? Give feedback.
All reactions