mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-04 07:26:15 +00:00
6 lines
213 B
YAML
6 lines
213 B
YAML
![]() |
---
|
||
|
enhancements:
|
||
|
- |
|
||
|
Across Haystack codebase, we have replaced the use of `ChatMessage` dataclass constructor with specific
|
||
|
class methods (`ChatMessage.from_user`, `ChatMessage.from_assistant`, etc.).
|