mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
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.
|