We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f485b37 commit 854ace1Copy full SHA for 854ace1
1 file changed
tutorials/45_Creating_a_Multi_Agent_System.ipynb
@@ -719,6 +719,7 @@
719
" component=research_agent,\n",
720
" description=\"Use this tool to find information on web or specifically on wikipedia\",\n",
721
" name=\"research_tool\",\n",
722
+ " outputs_to_string={\"source\": \"last_message\"},\n",
723
")\n",
724
"writer_tool = ComponentTool(\n",
725
" component=writer_agent,\n",
0 commit comments