You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assistant.qmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A few examples include:
22
22
* 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
23
23
* Plots pane for describing the current plot or suggesting variations, next steps on iterating on the current plot
24
24
* 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?
26
26
27
27
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).
28
28
@@ -100,15 +100,15 @@ There is a known issue on Mac that may occur when logging into a language model
100
100
101
101
## Using Positron Assistant
102
102
103
-
### Chat Pane
103
+
### Chat pane
104
104
105
105
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.
106
106
107
107
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.
108
108
109
109
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.
110
110
111
-
### Inline Chat
111
+
### Inline chat
112
112
113
113
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.
0 commit comments