From aff11f51210f4d7ba516d55f8edb144567c69b90 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 11 Sep 2025 14:33:17 -0400 Subject: [PATCH] Fix missing import in llm_response_universal.py --- src/pipecat/processors/aggregators/llm_response_universal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipecat/processors/aggregators/llm_response_universal.py b/src/pipecat/processors/aggregators/llm_response_universal.py index 7cb101fa1..9d7b7a47c 100644 --- a/src/pipecat/processors/aggregators/llm_response_universal.py +++ b/src/pipecat/processors/aggregators/llm_response_universal.py @@ -35,6 +35,7 @@ from pipecat.frames.frames import ( FunctionCallsStartedFrame, InputAudioRawFrame, InterimTranscriptionFrame, + InterruptionFrame, LLMContextAssistantTimestampFrame, LLMContextFrame, LLMFullResponseEndFrame,