Create, version, test, and deploy prompts with integrated evaluation workflows.
Prompt management page for a "docs search" LLM system.
gpt-4.1-mini
, opus-4
).
Prompt creation dialog with model settings.
{{
and }}
.
For example, if your Testcase has a customer_message
field, your prompt might be:
{{allInputs}}
variable that contains all the testcase input fields as a formatted string.
Advanced Jinja features
{% if customer_tier == "premium" %} User is a premium customer. {% endif %}
{% for item in product_list %} {{item.name}} {% endfor %}
{{customer_message | upper}}
{# This is a comment #}
Prompt version dropdown with publish button.