haystack/releasenotes/notes/add-chatpromptbuilder-19acd18a6486909d.yaml

8 lines
350 B
YAML

---
enhancements:
- |
`ChatPromptBuilder` now supports changing its template at runtime. This allows you to define a default template and then change it based on your needs at runtime.
deprecations:
- |
`DynamicChatPromptBuilder` has been deprecated as `ChatPromptBuilder` fully covers its functionality. Use `ChatPromptBuilder` instead.