WIP
This commit is contained in:
parent
234dbc3ca9
commit
0de5a444d3
2 changed files with 8 additions and 0 deletions
|
@ -119,6 +119,12 @@ fn assist(
|
|||
* Distillation policies
|
||||
* Budgets
|
||||
<
|
||||
|
||||
*Only* respond to a mention if either
|
||||
a) The mention is at the end of the document.
|
||||
b) The user's selection intersects the mention.
|
||||
|
||||
If no response is appropriate based on these conditions, respond with ><.
|
||||
"#};
|
||||
|
||||
let selections = editor.selections.all(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue