mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-03 15:09:59 +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.).
|