fix: fix variable extraction during pipeline execution flow

This commit is contained in:
Abhishek Kumar 2026-01-26 12:13:55 +05:30
parent 0e70a77f17
commit 6b408e588c
7 changed files with 352 additions and 62 deletions

View file

@ -98,8 +98,7 @@ async def run_pipeline_with_tool_calls(
# Create a real pipeline task
task = PipelineTask(
pipeline,
params=PipelineParams(allow_interruptions=False),
pipeline, params=PipelineParams(allow_interruptions=False), enable_rtvi=False
)
engine.set_task(task)