v3.1.1-rc1
Pre-release
Pre-release
·
133 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release Notes
v3.1.1-rc1
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_formataccepts 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.