Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/45_Creating_a_Multi_Agent_System.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@
" component=writer_agent,\n",
" description=\"Use this tool to write content into document store or Notion\",\n",
" name=\"writer_tool\",\n",
" outputs_to_string={\"source\": \"last_message\"},\n",
")\n",
"\n",
"main_agent = Agent(\n",
Expand Down