Skip to content

Commit ee9ab39

Browse files
committed
Update README.md
1 parent c9b3f07 commit ee9ab39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,10 @@ You can detach the chat panel by simply dragging it away. Once detached, the cha
193193

194194
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`.
195195

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. |
197200

198201
#### Chat Plugins
199202

0 commit comments

Comments
 (0)