From cb34507ece5d990b20262844f06603a9b98d4945 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Mon, 13 May 2024 19:03:06 -0300 Subject: [PATCH] docs: Fix typos on the Assistant Panel page (#11725) Fix typos on the Assistant Panel page, also including removal of unnecessary commas and standardization to US English. Release Notes: - N/A PS: Assuming here US English is the preferred style (e.g., "canceled" vs. "cancelled".) Happy to revert if that's not the case! :) --- docs/src/assistant-panel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/assistant-panel.md b/docs/src/assistant-panel.md index c40d0c2a90..a7db90a40a 100644 --- a/docs/src/assistant-panel.md +++ b/docs/src/assistant-panel.md @@ -38,13 +38,13 @@ Inserting text from an editor is as simple as highlighting the text and running ![Quoting a selection](https://zed.dev/img/assistant/quoting-a-selection.png) -To submit a message, use `cmd-enter` (`assistant: assist`). Unlike typical chat applications where pressing `enter` would submit the message, in the assistant editor, our goal was to make it feel as close to a regular editor as possible. So, pressing `enter` simply inserts a newline. +To submit a message, use `cmd-enter` (`assistant: assist`). Unlike typical chat applications where pressing `enter` would submit the message, in the assistant editor, our goal was to make it feel as close to a regular editor as possible. So, pressing `enter` simply inserts a new line. After submitting a message, the assistant's response will be streamed below, in an `Assistant` message block. ![Receiving an answer](https://zed.dev/img/assistant/receiving-an-answer.png) -The stream can be cancelled at any point with `escape`. This is useful if you realize early on that the response is not what you were looking for. +The stream can be canceled at any point with `escape`. This is useful if you realize early on that the response is not what you were looking for. If you want to start a new conversation at any time, you can use the `New Conversation` button located at the top-right corner of the assistant panel. @@ -67,7 +67,7 @@ Being able to edit previous messages gives you control over how tokens are used. Some additional points to keep in mind: - You are free to change the model type at any point in the conversation. -- You can cycle the role of a message block, by clicking on the role, which is useful when you receive a response in an `Assistant` block that you want to edit and send back up as a `You` block. +- You can cycle the role of a message block by clicking on the role, which is useful when you receive a response in an `Assistant` block that you want to edit and send back up as a `You` block. ## Saving and loading conversations