allow multiple StartFrames

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-25 09:52:54 -08:00
parent d2f006682c
commit e60b65228b
14 changed files with 92 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ from openai.types.chat import (
)
from pipecat.frames.frames import LLMFullResponseEndFrame, LLMFullResponseStartFrame, TextFrame
from pipecat.processors.frame_processor import FrameDirection, FrameProcessor
from pipecat.processors.frame_processor import FrameDirection
from pipecat.services.openai import OpenAILLMContext, OpenAILLMContextFrame, OpenAILLMService
from pipecat.utils.test_frame_processor import TestFrameProcessor