mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
8 lines
302 B
YAML
8 lines
302 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Deprecate the method `to_openai_format` of the `ChatMessage` dataclass.
|
|
This method was never intended to be public and was only used internally.
|
|
Now, each Chat Generator will know internally how to convert the messages to
|
|
the format of their specific provider.
|