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
|
|
@ -22,6 +22,7 @@ from pipecat.frames.frames import (
|
|||
LLMContextFrame,
|
||||
LLMFullResponseEndFrame,
|
||||
LLMFullResponseStartFrame,
|
||||
LLMServiceMetadataFrame,
|
||||
UserTurnInferenceCompletedFrame,
|
||||
)
|
||||
from pipecat.pipeline.pipeline import Pipeline
|
||||
|
|
@ -1214,6 +1215,7 @@ class TestCustomToolManagerIntegration:
|
|||
pipeline,
|
||||
frames_to_send=frames_to_send,
|
||||
expected_down_frames=[
|
||||
LLMServiceMetadataFrame,
|
||||
LLMFullResponseStartFrame,
|
||||
FunctionCallsFromLLMInfoFrame,
|
||||
UserTurnInferenceCompletedFrame,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
2
pipecat
2
pipecat
|
|
@ -1 +1 @@
|
|||
Subproject commit cc535a0c86b799804469b68daa6d9d9fd696cfe6
|
||||
Subproject commit 2c49da3be55be29284508f37794f5d9d46d028e0
|
||||
Loading…
Add table
Add a link
Reference in a new issue