Skip to content

Commit

Permalink
Update haystack/tools/component_tool.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
vblagoje and dfokina authored Jan 10, 2025
1 parent 4c23bcf commit 79dc5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/tools/component_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 79dc5cf

Please sign in to comment.