Skip to content

Commit f485b37

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@
634634
" tools=[doc_store_writer, notion_writer],\n",
635635
" streaming_callback=print_streaming_chunk,\n",
636636
" exit_conditions=[\"notion_writer\", \"doc_store_writer\"],\n",
637-
" outputs_to_string={\"source\":, \"last_message\"},\n",
638637
")"
639638
]
640639
},
@@ -725,6 +724,7 @@
725724
" component=writer_agent,\n",
726725
" description=\"Use this tool to write content into document store or Notion\",\n",
727726
" name=\"writer_tool\",\n",
727+
" outputs_to_string={\"source\": \"last_message\"},\n",
728728
")\n",
729729
"\n",
730730
"main_agent = Agent(\n",

0 commit comments

Comments
 (0)