haystack/releasenotes/notes/add-chat-message-name-field-a8ae96fb9ff13f7b.yaml
Mohammed Abdul Razak Wahab e33a9e46ed
fix: add chat message name field (#8969)
* add-chat-message-name-field

* add release notes

* Update add-chat-message-name-field-a8ae96fb9ff13f7b.yaml

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-03-05 09:29:36 +00:00

7 lines
207 B
YAML

---
fixes:
- |
In the `ChatMessage.to_openai_dict_format` utility method,
include the `name` field in the returned dictionary, if present.
Previously, the `name` field was erroneously skipped.