Merge pull request #2637 from pipecat-ai/pk/llm-context-evals-and-bug-fix

`LLMContext` evals and bug fix
This commit is contained in:
kompfner
2025-09-11 17:00:07 -04:00
committed by GitHub
2 changed files with 20 additions and 0 deletions

View File

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