Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/cody/capabilities/commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,15 @@ Completing this process will do the following:

![prompts-in-vscode](https://storage.googleapis.com/sourcegraph-assets/Docs/prompts-ui-vscode-082024.png)

### Draft prompts

You can mark your prompt as a draft. A draft prompt cannot be seen by anyone but you. You can only see and modify your draft prompts via the **Prompt Library** via the Sourcegraph's Web UI.

### Editing a prompt

To edit a prompt, click the Edit button next to the prompt in the Prompt Library and make the necessary changes. You can also use this interface to **transfer ownership** of the prompt or delete it from this view.


### Using prompts

Prompts work in the same way as commands. Inside Cody's chat window there is a drop-down called **prompts** next to the LLM selector. Use this to select a prompt and run on your codebase.
Expand Down
Loading