mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: upgrade pipecat
This commit is contained in:
parent
ec58356276
commit
1d1949086a
2 changed files with 4 additions and 1 deletions
|
|
@ -809,6 +809,9 @@ async def _process_status_update(workflow_run_id: int, status: StatusCallbackReq
|
|||
state=WorkflowRunState.COMPLETED.value,
|
||||
gathered_context={"call_tags": call_tags},
|
||||
)
|
||||
elif status.status in ["in-progress", "initiated", "ringing"]:
|
||||
# No Op
|
||||
pass
|
||||
else:
|
||||
logger.warning(
|
||||
f"[run {workflow_run_id}] Unexpected status update: {status.status}"
|
||||
|
|
|
|||
2
pipecat
2
pipecat
|
|
@ -1 +1 @@
|
|||
Subproject commit 18975f78b982cbace33d76eda0759eddb85eea5a
|
||||
Subproject commit efcd34192ce28530053e90aed67890644c71f1e1
|
||||
Loading…
Add table
Add a link
Reference in a new issue