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.