Skip to content

v3.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:27
· 130 commits to main since this release
Immutable release. Only release title and notes can be modified.

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.