mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-16 11:31:04 +02:00
Bump Pipecat to 1.5.0 (#530)
This commit is contained in:
parent
50e3c8c281
commit
e8b5ea3888
3 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ from pipecat.frames.frames import (
|
|||
LLMContextFrame,
|
||||
LLMFullResponseEndFrame,
|
||||
LLMFullResponseStartFrame,
|
||||
LLMServiceMetadataFrame,
|
||||
UserTurnInferenceCompletedFrame,
|
||||
)
|
||||
from pipecat.pipeline.pipeline import Pipeline
|
||||
|
|
@ -44,6 +45,7 @@ class TestUnregisteredFunctionCall:
|
|||
pipeline,
|
||||
frames_to_send=[LLMContextFrame(context)],
|
||||
expected_down_frames=[
|
||||
LLMServiceMetadataFrame,
|
||||
LLMFullResponseStartFrame,
|
||||
FunctionCallsFromLLMInfoFrame,
|
||||
UserTurnInferenceCompletedFrame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue