From fc169457012b80629433602f5ea44d140e5cb497 Mon Sep 17 00:00:00 2001 From: Gordon Lam <73506701+yeelam-gordon@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:02:02 +0800 Subject: [PATCH] Update instructions/prompt.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/prompt.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |