mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +00:00

* feat: streaming_callback as run param from HF generators * apply feedback * add reno * fix test * fix test * fix mypy * fix excessive linting rule
5 lines
238 B
YAML
5 lines
238 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Add `streaming_callback` run parameter to `HuggingFaceAPIGenerator` and `HuggingFaceLocalGenerator` to allow users to pass a callback function that will be called after each chunk of the response is generated.
|