mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00
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.
|