Skip to content

Commit 7890192

Browse files
chore(doc): auto generate docs
1 parent 7e5d6d8 commit 7890192

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/CopilotChat.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,11 @@ You can install more agents from here
247247

248248
CONTEXTS ~
249249

250-
Contexts are used to determine the context of the chat. You can set the context
251-
in the prompt by using `#` followed by the context name. If context supports
252-
input, you can set the input in the prompt by using `:` followed by the input
253-
(or pressing `complete` key after `:`). Default contexts are:
250+
Contexts are used to determine the context of the chat. You can add context to
251+
the prompt by using `#` followed by the context name (multiple contexts are
252+
supported). If context supports input, you can set the input in the prompt by
253+
using `:` followed by the input (or pressing `complete` key after `:`). Default
254+
contexts are:
254255

255256
- `buffer` - Includes specified buffer in chat context (default current). Supports input.
256257
- `buffers` - Includes all buffers in chat context (default listed). Supports input.

0 commit comments

Comments
 (0)