examples(phone-chatbot): don't show dangling tasks in first pipeline
This commit is contained in:
@@ -279,6 +279,7 @@ async def main(
|
||||
voicemail_detection_pipeline_task = PipelineTask(
|
||||
voicemail_detection_pipeline,
|
||||
params=PipelineParams(allow_interruptions=True),
|
||||
check_dangling_tasks=False,
|
||||
)
|
||||
|
||||
# ------------ EVENT HANDLERS ------------
|
||||
|
||||
Reference in New Issue
Block a user