9.4.1 List of Buttons, Shortcuts and CommandsThe view has a toolbar with the following buttons:
Show All Sessions / Show Last Chat Session
Start a New Chat Session
Save Chat Session as Blueprint
The prompt has the following buttons:
Send (Ctrl + Enter or Shift + Enter)
Preview Message before Sending
Open an editor with the exact request that will be sent to the LLM. @snippets and #symbols are expanded, warnings or errors might pop-up if expansion fails.
The sent User requests have the following buttons:
Save Message as Blueprint
Save Message as Snippet
View Sent Message
Resend Message
Resend the same request with the snippets expanded in the current context (e.g when @selected code is present, using resend after selecting a new code section will send a different request to the LLM). Branches the session into a new version from this message onward.
Edit and Resend Message
Edit and resend the message, snippets will be expanded in the current context (e.g when @selected code is present, using edit and resend after selecting a new code section will send a different request to the LLM). Branches the session into a new version from this message onward.
Start a New Editor Session from Message
Start a new editor session with this message as a request. Replaces the current editor selection with the reply. When there’s no selection the reply is inserted at cursor position. Force the insert mode using Ctrl + click.
Previous / Next Requests
The LLM replies have the following buttons:
Regenerate
Switch Language Model
Previous / Next Reply
Insert at Cursor
Insert the code block in the editor at cursor position. Open a compare editor to preview the changes using Ctrl + click. Button appears only on code blocks generated by LLM.
Copy to Clipboard
|