Fix missing import in llm_response_universal.py

This commit is contained in:
Paul Kompfner
2025-09-11 14:33:17 -04:00
parent a4023d3915
commit aff11f5121

View File

@@ -35,6 +35,7 @@ from pipecat.frames.frames import (
FunctionCallsStartedFrame, FunctionCallsStartedFrame,
InputAudioRawFrame, InputAudioRawFrame,
InterimTranscriptionFrame, InterimTranscriptionFrame,
InterruptionFrame,
LLMContextAssistantTimestampFrame, LLMContextAssistantTimestampFrame,
LLMContextFrame, LLMContextFrame,
LLMFullResponseEndFrame, LLMFullResponseEndFrame,