Skip to content

Commit e030b6e

Browse files
committed
Appear the gods of vale
1 parent f8c9980 commit e030b6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assistant.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A few examples include:
2222
* Variables pane, providing names, dimensions, and column names of dataframes and Python/R based database connections, as well as metadata for arrays, lists, and other objects in memory
2323
* Plots pane for describing the current plot or suggesting variations, next steps on iterating on the current plot
2424
* Console is available by the model for viewing inputs and code outputs, as well as allowing the user or an AI agent to execute code in the console and view the output.
25-
* Session state, ie, what language is active in the console session? R or Python? What version? What packages are loaded? What packages are installed?
25+
* Session state, i.e., what language is active in the console session? R or Python? What version? What packages are loaded? What packages are installed?
2626

2727
All of that Positron-specific context is in addition to the core capabilities of what traditional software-oriented GenAI clients have (active file(s), selected line(s) of code, files in project, training data in the model, etc).
2828

@@ -100,15 +100,15 @@ There is a known issue on Mac that may occur when logging into a language model
100100

101101
## Using Positron Assistant
102102

103-
### Chat Pane
103+
### Chat pane
104104

105105
Click on the chat robot icon in the sidebar, or run the `Chat: Open Chat in Sidebar` command in the Command Palette to open the chat.
106106

107107
Assistant's Chat pane (in the Activity Panel by default) knows about your R and Python console session inputs/outputs, in-memory objects and dataframes as available in the variables pane, and can look at the Plots pane too, if instructed. The user can attach files via the @ icon in or drag files as attachments to ask questions about specific files.
108108

109109
Code generated by Assistant can be run in the Console, copied to the clipboard, or sent to the Editor via controls attached to code output blocks.
110110

111-
### Inline Chat
111+
### Inline chat
112112

113113
The command _Inline Chat: Editor Inline Chat_ (default keybinding: Cmd + I) will open a mini chat right in the editor. This is very useful for asking questions in context, and also includes a good UX for integrating changes suggested by the model.
114114

0 commit comments

Comments
 (0)