haystack/releasenotes/notes/use-chatmessage-text-266c94d742c76d32.yaml
Stefano Fiorucci c8685aa141
refactor: update components to access ChatMessage.text instead of content (#8589)
* introduce text property and deprecate content

* release note

* use chatmessage.text

* release note

* linting
2024-11-28 10:16:07 +00:00

6 lines
192 B
YAML

---
enhancements:
- |
Replace usage of `ChatMessage.content` with `ChatMessage.text` across the codebase.
This is done in preparation for the removal of `content` in Haystack 2.9.0.