Skip to content

Commit ff00067

Browse files
authored
Fix typo in Document Store Writer Tool section
fixed typo: "compoenent" -> "component"
1 parent 39a343c commit ff00067

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
@@ -523,7 +523,7 @@
523523
"\n",
524524
"Let's now build the other tool for the writer agent, this one will save content to an [InMemoryDocumentStore](https://docs.haystack.deepset.ai/docs/inmemorydocumentstore).\n",
525525
"\n",
526-
"To make this work, start by creating a pipeline that includes the custom `DocumentAdapter` compoenent along with the [DocumentWriter](https://docs.haystack.deepset.ai/docs/documentwriter). Once the pipeline is ready, wrap it in a `SuperComponent` and then convert it into a tool using `ComponentTool`.\n",
526+
"To make this work, start by creating a pipeline that includes the custom `DocumentAdapter` component along with the [DocumentWriter](https://docs.haystack.deepset.ai/docs/documentwriter). Once the pipeline is ready, wrap it in a `SuperComponent` and then convert it into a tool using `ComponentTool`.\n",
527527
"\n",
528528
"> 💡 Tip: You could also [create a tool](https://docs.haystack.deepset.ai/docs/tool#tool-initialization) from a simple function that runs the pipeline. However, the recommended approach is to use `SuperComponent` together with `ComponentTool`, especially if you plan to deploy the tool with [Hayhooks](https://docs.haystack.deepset.ai/docs/hayhooks), since this method supports better serialization. Learn more about `SuperComponents` in [Tutorial: Creating Custom SuperComponents](https://haystack.deepset.ai/tutorials/44_creating_custom_supercomponents)"
529529
]

0 commit comments

Comments
 (0)