diff --git a/haystack/tools/component_tool.py b/haystack/tools/component_tool.py index 08f8d0fc76..b6b83b074c 100644 --- a/haystack/tools/component_tool.py +++ b/haystack/tools/component_tool.py @@ -44,7 +44,7 @@ class ComponentTool(Tool): - Basic types (str, int, float, bool, dict) - Lists of basic types - Automatic name generation from component class name - - Description extraction from Component docstrings + - 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.