haystack/releasenotes/notes/chatmessage-use-class-methods-85a30b0c5512b08c.yaml

6 lines
213 B
YAML
Raw Permalink Normal View History

---
enhancements:
- |
Across Haystack codebase, we have replaced the use of `ChatMessage` dataclass constructor with specific
class methods (`ChatMessage.from_user`, `ChatMessage.from_assistant`, etc.).