github deepset-ai/haystack v3.1.1

one hour ago

Release Notes

v3.1.1

Bug Fixes

  • The OpenAI Chat Completions and Responses converters no longer raise on an assistant message with no content parts, which a Chat Generator returns when it discards a malformed tool call. It is sent with empty content, which the APIs accept, so the next LLM call goes through. ChatMessage.from_openai_dict_format accepts the same empty content, so such a message round-trips.
  • The Hugging Face message converter no longer raises on an assistant message with no content parts, and sends it with empty content instead.

Don't miss a new haystack release

NewReleases is sending notifications on new releases.