Template Syntax
Prompt templates use{argument_name} syntax for variable substitution:
metric, department, and time_period.
Arguments
Arguments are auto-detected from the template text. Each{argument_name} placeholder becomes a configurable argument:
| Property | Description |
|---|---|
| Name | Auto-detected from {name} |
| Description | Human-readable explanation |
| Required | Whether the client must provide this argument |
Auto-Detection
As you type the template, arguments are automatically extracted and listed. Adding{new_arg} immediately creates a new argument entry.
Preview
The preview panel lets you test your prompt with sample values:- Enter test values for each argument
- The preview shows the fully rendered prompt
- Verify the output reads correctly before saving
Managing Prompts
Creating a Prompt
- Navigate to Prompts in the sidebar
- Click New Prompt
- Enter a name and description
- Write the template text with
{argument}placeholders - Configure each detected argument
- Click Save
Editing and Deleting
- Edit: Click a prompt card to open the editor
- Delete: Click the delete icon and confirm