pipecat
pipecat copied to clipboard
Interruptions not working with Twilio
I ran the sample code for Twilio examples/twilio-chatbot
but noticed that the user cannot interrupt the AI. I even set the handle_sigint
in the PipelineRunner
parameter to False but it's still not working. My hunch is that the voice output is already sent to Twilio and therefore cannot be interrupted.