mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-17 10:09:13 +00:00
6 lines
192 B
YAML
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.
|