diff --git a/haystack/tools/component_tool.py b/haystack/tools/component_tool.py index bdece30089..08f8d0fc76 100644 --- a/haystack/tools/component_tool.py +++ b/haystack/tools/component_tool.py @@ -115,7 +115,7 @@ def __init__(self, component: Component, name: Optional[str] = None, description def component_invoker(**kwargs): """ - Invokes the component using keyword arguments provided by the LLM function calling/tool generated response. + Invokes the component using keyword arguments provided by the LLM function calling/tool-generated response. :param kwargs: The keyword arguments to invoke the component with. :returns: The result of the component invocation.