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
QuickAction will trigger by `control` + BACK_SLASH(`\`) key. The default behavior is to show a Input Dialog, and you can
11
+
input your prompt.
12
+
13
+
## Customize
14
+
15
+
For more, see in example: [https://github.com/unit-mesh/untitled/tree/master/prompts/quick](https://github.com/unit-mesh/untitled/tree/master/prompts/quick)
16
+
17
+
You can custom task by your own, by put prompts files under `prompts/quick`:
18
+
19
+
```vtl
20
+
---
21
+
type: QuickAction
22
+
name: Continue Writing
23
+
category: Default
24
+
language: Markdown
25
+
interaction: AppendCursorStream
26
+
---
27
+
**system**
28
+
29
+
You are an assistant helping a user write a document. Output how the document continues, no more than 3 sentences. Output in markdown format. Do not use links.
30
+
31
+
Use this format, replacing text in brackets with the result. Do not include the brackets in the output:
32
+
33
+
[Continuation of the document in markdown format, no more than 3 sentences.]
0 commit comments