mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
docs: Add missing link to the Prompt Library page (#16639)
Added in the Command page within the Assistant section. Release Notes: - N/A
This commit is contained in:
parent
8895084604
commit
1f8fa82ac3
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ Slash commands enhance the assistant's capabilities. Begin by typing a `/` at th
|
|||
|
||||
- `/default`: Inserts the default prompt into the context
|
||||
- `/diagnostics`: Injects errors reported by the project's language server into the context
|
||||
- `/fetch`: Inserts the content of a webpage and inserts it into the context
|
||||
- `/fetch`: Fetches the content of a webpage and inserts it into the context
|
||||
- `/file`: Inserts a single file or a directory of files into the context
|
||||
- `/now`: Inserts the current date and time into the context
|
||||
- `/prompt`: Adds a custom-configured prompt to the context (see Prompt Library)
|
||||
- `/prompt`: Adds a custom-configured prompt to the context ([see Prompt Library](/docs/assistant/prompting#prompt-library))
|
||||
- `/symbols`: Inserts the current tab's active symbols into the context
|
||||
- `/tab`: Inserts the content of the active tab or all open tabs into the context
|
||||
- `/terminal`: Inserts a select number of lines of output from the terminal
|
||||
|
|
Loading…
Reference in a new issue