Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-04 | 628 Bytes | |
v2.15.2 source code.tar.gz | 2025-07-04 | 7.3 MB | |
v2.15.2 source code.zip | 2025-07-04 | 8.0 MB | |
Totals: 3 Items | 15.3 MB | 4 |
Enhancement Notes
- We’ve relaxed the requirements for the
ToolCallDelta
dataclass (introduced in Haystack 2.15). Previously, creating aToolCallDelta
instance required either the parameters argument or the name to be set. This constraint has now been removed to align more closely with OpenAI's SDK behavior. The change was necessary as the stricter requirement was causing errors in certain hosted versions of open-source models that adhere to the OpenAI SDK specification.
Bug Fixes
- Fixed a bug in the
print_streaming_chunk
utility function that preventedToolCall
name from being printed.