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: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,10 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
193
193
194
194
The chat panel allows for chat scope to temporarily control the context of the conversation for the latest message. To use a scope, simply prefix the message with `@scope`.
195
195
196
-
Currently, the only supported scope is `@file`, which will import the content of the file into the system prompt.
196
+
| Scope | Description |
197
+
|:---:|---|
198
+
|`@selection`| Inject the selected code from the active editor into the conversation. This scope will be applied to any message automatically. If you don't want this to be the default behavior, you can turn off the option `Use selection scope by default in chat context.`. |
199
+
|`@file`| Inject the content of the file into the conversation. Keep in mind that you may not have enough tokens to inject large files. |
0 commit comments