pipecat
pipecat copied to clipboard
question: Is it possible to add Frames to the middle of the queue?
This would be useful if you want to inject TextFrames into the queue (e.g., please hold on), when a time consuming function is being executed. However, if we just add it to the task queue using task.queue_frame, the text will be spoken only after the LLM function is executed.