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
Copy file name to clipboardExpand all lines: docs/customize/custom-quick-action.md
+18-20Lines changed: 18 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,21 @@ For more, see in example: [https://github.com/unit-mesh/untitled/tree/master/pro
17
17
18
18
You can custom task by your own, by put prompts files under `prompts/quick`:
19
19
20
-
```vtl
21
-
---
22
-
type: QuickAction
23
-
name: Continue Writing
24
-
category: Default
25
-
language: Markdown
26
-
interaction: AppendCursorStream
27
-
---
28
-
**system**
29
-
30
-
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.
31
-
32
-
Use this format, replacing text in brackets with the result. Do not include the brackets in the output:
33
-
34
-
[Continuation of the document in markdown format, no more than 3 sentences.]
35
-
36
-
**user**
37
-
38
-
${beforeCursor}
39
-
```
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