Skip to content

Commit fddaf0b

Browse files
authored
docs: clarify prompt metadata behavior (openai#5403)
1 parent 2403e2d commit fddaf0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/prompts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Custom prompts turn your repeatable instructions into reusable slash commands, s
88
- File type: Codex only loads `.md` files. Non-Markdown files are ignored.
99
- Naming: The filename (without `.md`) becomes the prompt name. A file called `review.md` registers the prompt `review`.
1010
- Refresh: Prompts are loaded when a session starts. Restart Codex (or start a new session) after adding or editing files.
11-
- Conflicts: Files whose names collide with built-in commands (like `init`) are skipped.
11+
- Conflicts: Files whose names collide with built-in commands (like `init`) stay hidden in the slash popup, but you can still invoke them with `/prompts:<name>`.
1212

1313
### File format
1414

@@ -23,7 +23,7 @@ Custom prompts turn your repeatable instructions into reusable slash commands, s
2323
```
2424

2525
- `description` shows under the entry in the popup.
26-
- `argument-hint` (or `argument_hint`) displays a short hint about expected inputs.
26+
- `argument-hint` (or `argument_hint`) lets you document expected inputs, though the current UI ignores this metadata.
2727

2828
### Placeholders and arguments
2929

0 commit comments

Comments
 (0)