From 628a61d929865d2e5bdce02dc2e3f5429ade828d Mon Sep 17 00:00:00 2001 From: KyleBarton Date: Tue, 18 Mar 2025 10:56:22 -0700 Subject: [PATCH] docs: Specify the command for activating prompt library from the command palette (#27007) Quickfix of the docs as I read through and get familiar with the assistant interface. `prompt-library: toggle` does not appear to be a live command in `cmd-shift-p` - instead I see `assistant: deploy prompt library`. This change to the docs reflects that. It also notes that this command can only be activated from within the assistant panel (the command is not accessible from a standard editor panel). Release Notes: - N/A --- docs/src/assistant/prompting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/assistant/prompting.md b/docs/src/assistant/prompting.md index 19ae5d107a..4a46386bc8 100644 --- a/docs/src/assistant/prompting.md +++ b/docs/src/assistant/prompting.md @@ -27,7 +27,7 @@ You can use the inline assistant right in the prompt editor, allowing you to aut 2. Click on the menu in the top right corner. 3. Select "Prompt Library" from the dropdown. -You can also use the `prompt-library: toggle` command. +You can also use the `assistant: deploy prompt library` command while in the assistant panel. ### Managing Prompts