haystack/releasenotes/notes/rename-streaming-callback-f4e6653c0aac8765.yaml
Massimiliano Pippi acf4cd502f
refact: Rename helper function (#6831)
* change function name

* add api docs

* release notes
2024-01-26 16:00:02 +01:00

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.`