Prompt Templates
System Default Prompt Template
System Default Prompt Template is used to set the application's global default template (for example, "General Purpose"). After selecting the name of a created template from the dropdown, new conversations or default actions will use the system prompt and user message template from the selected template.
Built-in and Custom Templates
Common built-in types include (names may vary depending on the application):
- Disabled — Used when there is no custom template content
- General Purpose — For a general assistant style
- Concise & Efficient — Prefers short, direct replies
- Deep Thinking — Focuses on analysis and reasoning
You can also create your own templates via Add New.
Supported Variables
You can use placeholder variables in system prompts or user message templates, which will be replaced by the application before sending requests. The available variables are listed below:
| Variable | Description |
|---|---|
{input} | Inserts the actual user input |
{date} | Current date |
{time} | Current time |
{datetime} | Date and time when generated |
{now} | Real-time date and time at each request |
{model_id} | The ID of the model in use |
In the editor, these are usually written as double curly braces (e.g., {{input}}, {{datetime}}) matching the variable names listed above. If a variable does not work in some context, please refer to the in-app instructions.