From e884d0060e5afec5a8a81872f6b783a2531dd93a Mon Sep 17 00:00:00 2001 From: Bennet Bo Fenner Date: Tue, 20 Aug 2024 17:59:19 +0200 Subject: [PATCH] docs: Fix links in assistant-panel.md (#16529) Release Notes: - N/A --- docs/src/assistant/assistant-panel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/assistant/assistant-panel.md b/docs/src/assistant/assistant-panel.md index 6f9c5f6c58..c688f933b6 100644 --- a/docs/src/assistant/assistant-panel.md +++ b/docs/src/assistant/assistant-panel.md @@ -4,9 +4,9 @@ The assistant panel provides you with a way to interact with large language mode To open the assistant panel, toggle the right dock by using the `workspace: toggle right dock` action in the command palette or by using the cmd-r|ctrl-alt-b shortcut. -> **Note**: A custom [key binding](./key-bindings.md) can be set to toggle the right dock. +> **Note**: A custom [key binding](../key-bindings.md) can be set to toggle the right dock. -Once you have [configured a provider](/assistant/configuration.md#providers), you can interact with the provider's language models in a context editor. +Once you have [configured a provider](./configuration.md#providers), you can interact with the provider's language models in a context editor. ![](https://private-user-images.githubusercontent.com/1714999/359287532-abd8f918-e65f-44ce-a853-1e90f852e206.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjQxMDk2OTIsIm5iZiI6MTcyNDEwOTM5MiwicGF0aCI6Ii8xNzE0OTk5LzM1OTI4NzUzMi1hYmQ4ZjkxOC1lNjVmLTQ0Y2UtYTg1My0xZTkwZjg1MmUyMDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MDgxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDA4MTlUMjMxNjMyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDhlMjZhMjI0NjM3M2JiZmEzMWU5ZWIwYWRjZjhkNTI3NTkyM2JlNmNjODcyMjg3YjkxNjIxNmI5ZTk1ZWRjZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.NiiQkF65VvBKCJs_zNxmjpyvKGK6Hw1aIWA3Xc87XRs) @@ -48,7 +48,7 @@ Simple back-and-forth conversations work well with the assistant. However, there ### Editing a Context -> **Note**: Wondering about Context vs Conversation? [Read more here](/assistant/contexts.md). +> **Note**: Wondering about Context vs Conversation? [Read more here](./contexts.md). The assistant gives you the flexibility to have control over the context. You can freely edit any previous text, including the responses from the assistant. If you want to remove a message block entirely, simply place your cursor at the beginning of the block and use the `delete` key. A typical workflow might involve making edits and adjustments throughout the context to refine your inquiry or provide additional information. Here's an example: