File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -247,10 +247,11 @@ You can install more agents from here
247247
248248CONTEXTS ~
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.
You can’t perform that action at this time.
0 commit comments