TranscriptProcessor: send TranscriptionUpdateFrame after interruption

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-01 10:21:21 -07:00
parent 64ad916c5f
commit 3a37b11e56
4 changed files with 24 additions and 12 deletions

View File

@@ -41,7 +41,10 @@ from pipecat.services.google.llm import (
GoogleLLMContext,
GoogleUserContextAggregator,
)
from pipecat.services.openai import OpenAIAssistantContextAggregator, OpenAIUserContextAggregator
from pipecat.services.openai.llm import (
OpenAIAssistantContextAggregator,
OpenAIUserContextAggregator,
)
from pipecat.tests.utils import SleepFrame, run_test
AGGREGATION_TIMEOUT = 0.1