mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Add warning to ChatPromptBuilder and PromptBuilder if they have variables, but required variables is not set. * Add reno
5 lines
277 B
YAML
5 lines
277 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Added a warning to ChatPromptBuilder and PromptBuilder when prompt variables are present and `required_variables` is unset to help users avoid unexpected execution in multi-branch pipelines. The warning recommends users to set `required_variables`.
|