diff --git a/haystack/tools/component_tool.py b/haystack/tools/component_tool.py index 2ebdacd77f..cc77ceca01 100644 --- a/haystack/tools/component_tool.py +++ b/haystack/tools/component_tool.py @@ -47,7 +47,7 @@ class ComponentTool(Tool): - Description extraction from component docstrings To use ComponentTool, you first need a Haystack component - either an existing one or a new one you create. - We can create a ComponentTool from the component by passing the component to the ComponentTool constructor. + You can create a ComponentTool from the component by passing the component to the ComponentTool constructor. Below is an example of creating a ComponentTool from an existing SerperDevWebSearch component. ```python