Skip to content

Commit 5fdbe56

Browse files
Pass agent workflow kwargs into start event (#18747)
1 parent 21c837d commit 5fdbe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama-index-core/llama_index/core/agent/workflow/multi_agent_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,11 @@ def run(
561561
user_msg=user_msg,
562562
chat_history=chat_history,
563563
memory=memory,
564+
**kwargs,
564565
),
565566
ctx=ctx,
566567
stepwise=stepwise,
567568
checkpoint_callback=checkpoint_callback,
568-
**kwargs,
569569
)
570570

571571
@classmethod

0 commit comments

Comments
 (0)