mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* initial implementation * add support for meta and add ChatMessage tests * explictly cast types for mypy and update reno * leave inputs unchanged avoiding side effects --------- Co-authored-by: Julian Risch <julian.risch@deepset.ai>
5 lines
180 B
YAML
5 lines
180 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
AnswerBuilder can now accept ChatMessages as input in addition to strings. When using ChatMessages, metadata will be automatically added to the answer.
|