mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-24 13:38:53 +00:00
8 lines
350 B
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.
|