Skip to content

Commit 0bd5bfd

Browse files
authored
Update 45_Creating_a_Multi_Agent_System.ipynb (#404)
* Update 45_Creating_a_Multi_Agent_System.ipynb * Update 45_Creating_a_Multi_Agent_System.ipynb * Update 45_Creating_a_Multi_Agent_System.ipynb
1 parent 27ad7b4 commit 0bd5bfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,11 +719,13 @@
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",
725726
" description=\"Use this tool to write content into document store or Notion\",\n",
726727
" name=\"writer_tool\",\n",
728+
" outputs_to_string={\"source\": \"last_message\"},\n",
727729
")\n",
728730
"\n",
729731
"main_agent = Agent(\n",

0 commit comments

Comments
 (0)