New
We now support Jinja 2 variables; with this enhancement, you can use {{ }}
double curly braces to seamlessly insert variables anywhere, making your workflows, prompts, datasets, and configurations more flexible and customizable.
Here’s what you can do:
- Dynamic prompts: Personalize and adapt your prompts by adding variables like
{{user_name}}
or{{context}}
for tailored responses. - Flexible workflows: Streamline workflows by dynamically injecting variables.
- Dataset customization: Include variables directly within datasets.
We are adding support for other jinja 2 commands in upcoming releases.