๐Ÿ’ผ Announcing Haystack Enterprise: Best Practices and Support

Haystack 2.15.2

Check on Github

โšก๏ธ Enhancement Notes

  • Weโ€™ve relaxed the requirements for the ToolCallDelta dataclass (introduced in Haystack 2.15). Previously, creating a ToolCallDelta 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 prevented ToolCall name from being printed.