diff --git a/instructions/prompt.instructions.md b/instructions/prompt.instructions.md index a9ef58b9..ac34d08a 100644 --- a/instructions/prompt.instructions.md +++ b/instructions/prompt.instructions.md @@ -23,7 +23,7 @@ Every prompt file should include YAML frontmatter with the following fields: | `description` | Recommended | A short description of the prompt (single sentence, actionable outcome) | | `name` | Optional | The name shown after typing `/` in chat. Defaults to filename if not specified | | `agent` | Recommended | The agent to use: `ask`, `edit`, `agent`, or a custom agent name. Defaults to current agent | -| `model` | Optional | The language model to use. Defaults to currently selected model | +| `model` | Optional | The language model to use. Defaults to the currently selected model | | `tools` | Optional | List of tool/tool set names available for this prompt | | `argument-hint` | Optional | Hint text shown in chat input to guide user interaction |