What is a prompt?
What is it?
A prompt is a reusable text template with variables in double braces, for example {{product}}. Fill in the variables, then send it to the model.
When to use it
- Standardize a recurring request (summary, translation, classification).
- Share a wording that works well with your team.
Page fields
| Template | The prompt text with its {{name}} variables. |
|---|---|
| Variables | Detected automatically in the template. |
| Target model | General, or the model the prompt was written for. |
How to use it
“Use” tab: download the JSON; the Python example shows how to fill the variables.