mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-02 01:46:19 +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.
|