From 79dc5cf1b9b24bc10b3bd9d26f83a1afebd91cfe Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Fri, 10 Jan 2025 15:07:20 +0100 Subject: [PATCH] Update haystack/tools/component_tool.py Co-authored-by: Daria Fokina --- haystack/tools/component_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.