mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* add-chat-message-name-field * add release notes * Update add-chat-message-name-field-a8ae96fb9ff13f7b.yaml --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
7 lines
207 B
YAML
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.
|