forked from deepset-ai/haystack
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
Agents might take some time to resolve a user query, and the reasoning process is not transparent. We need to enable streaming by default to provide more visibility into tool calls and results
Describe the solution you'd like
Currently, there's no default value for streaming_callback of the Agent component and we have a print_streaming_chunk util function for generators https://github.com/bilgeyucel/haystack-personal-fork/blob/main/haystack/components/generators/utils.py
We can set it as the default value for streaming_callback parameter
Describe alternatives you've considered
Leave it as it is.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels