Skip to content

Commit 0ac9b4a

Browse files
authored
improve continue writing command (#1809)
1 parent 2019a33 commit 0ac9b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xl-ai/src/components/AIMenu/getDefaultAIMenuItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function getDefaultAIMenuItemsWithoutSelection<
4949
onItemClick: async () => {
5050
await ai.callLLM({
5151
userPrompt:
52-
"Continue writing: write more text at the current cursor position related to the previous text",
52+
"Continue writing at the current cursor position related to the previous text. Add multiple blocks if needed. If the document looks like a template / draft, follow the template. Be extensive if needed.",
5353
// By default, LLM will be able to add / update / delete blocks. For "continue writing", we only want to allow adding new blocks.
5454
defaultStreamTools: {
5555
add: true,

0 commit comments

Comments
 (0)