haystack/releasenotes/notes/chatmessage-use-class-methods-85a30b0c5512b08c.yaml
Stefano Fiorucci 51c1390426
chore: use class methods to create ChatMessage (#8581)
* use class methods to build messages

* fix failing format
2024-11-28 09:35:24 +00:00

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.).