This commit is contained in:
Abhishek Kumar 2026-01-03 12:47:05 +05:30
parent 1ef07c80b6
commit 7704ab394e

View file

@ -117,16 +117,10 @@ async def run_pipeline_with_tool_calls(
workflow_run_id=1,
)
pipeline_engine_callback_processor = PipelineEngineCallbacksProcessor(
generation_started_callback=engine.create_generation_started_callback(),
generation_tool_calls_info_callback=engine.create_generation_tool_calls_info_callback(),
)
# Create the pipeline with the mock LLM
pipeline = Pipeline(
[
llm,
pipeline_engine_callback_processor,
mock_transport_emulator,
assistant_context_aggregator,
]