From 1f8fa82ac36147cd5eb66d58eae2a7594326f0a2 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:01:49 -0300 Subject: [PATCH] docs: Add missing link to the Prompt Library page (#16639) Added in the Command page within the Assistant section. Release Notes: - N/A --- docs/src/assistant/commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/assistant/commands.md b/docs/src/assistant/commands.md index d34ee98e22f64e947a85ec2bdcd729f483fad12d..9ceb511ec4cb0b4b1784d5fd218bf55f7dd3d33c 100644 --- a/docs/src/assistant/commands.md +++ b/docs/src/assistant/commands.md @@ -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