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

* Add new option for required_variables in PromptBuilder and ChatPromptBuilder * Add reno note * Add tests
6 lines
233 B
YAML
6 lines
233 B
YAML
---
|
|
features:
|
|
- |
|
|
Added a new option to the required_variables parameter to the PromptBuilder and ChatPromptBuilder.
|
|
By passing `required_variables="*"` you can automatically set all variables in the prompt to be required.
|