mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
Merge branch 'main' into chinese-splitter
This commit is contained in:
commit
50b36d246f
@ -29,7 +29,7 @@ class Agent:
|
||||
"""
|
||||
A Haystack component that implements a tool-using agent with provider-agnostic chat model support.
|
||||
|
||||
The component processes messages and executes tools until a exit_condition condition is met.
|
||||
The component processes messages and executes tools until an exit_condition condition is met.
|
||||
The exit_condition can be triggered either by a direct text response or by invoking a specific designated tool.
|
||||
|
||||
When you call an Agent without tools, it acts as a ChatGenerator, produces one response, then exits.
|
||||
|
Loading…
x
Reference in New Issue
Block a user