mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
8 lines
295 B
YAML
8 lines
295 B
YAML
---
|
|
upgrade:
|
|
enhancements:
|
|
- |
|
|
The default in `default_streaming_callback` was confusing, this function was the go-to-helper
|
|
one would use to quickly print the generated tokens as they come, but it was not used by default.
|
|
The function was then renamed to `print_streaming_chunk.`
|