Skip to content

Commit 854ace1

Browse files
authored
Update 45_Creating_a_Multi_Agent_System.ipynb
1 parent f485b37 commit 854ace1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@
719719
" component=research_agent,\n",
720720
" description=\"Use this tool to find information on web or specifically on wikipedia\",\n",
721721
" name=\"research_tool\",\n",
722+
" outputs_to_string={\"source\": \"last_message\"},\n",
722723
")\n",
723724
"writer_tool = ComponentTool(\n",
724725
" component=writer_agent,\n",

0 commit comments

Comments
 (0)