From 81ca5e660115ef783d7fc7d4afe5663b0e84829c Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 12 Aug 2025 14:40:56 -0400 Subject: [PATCH] [WIP] Universal (LLM-agnostic) context machinery to support runtime LLM switching. - Formatting fix + dead import cleanup --- src/pipecat/frames/frames.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pipecat/frames/frames.py b/src/pipecat/frames/frames.py index 1e30f265b..800a22623 100644 --- a/src/pipecat/frames/frames.py +++ b/src/pipecat/frames/frames.py @@ -403,10 +403,12 @@ class OpenAILLMContextAssistantTimestampFrame(DataFrame): timestamp: str -# A more universal (LLM-agnostic) name for + +# A more universal (LLM-agnostic) name for # OpenAILLMContextAssistantTimestampFrame, matching LLMContext LLMContextAssistantTimestampFrame = OpenAILLMContextAssistantTimestampFrame + @dataclass class TranscriptionMessage: """A message in a conversation transcript.