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: packages/xl-ai/src/components/AIMenu/getDefaultAIMenuItems.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ function getDefaultAIMenuItemsWithoutSelection<
49
49
onItemClick: async()=>{
50
50
awaitai.callLLM({
51
51
userPrompt:
52
-
"Continue writing: write more text at the current cursor position related to the previous text",
52
+
"Continue writingat 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.",
53
53
// By default, LLM will be able to add / update / delete blocks. For "continue writing", we only want to allow adding new blocks.
0 commit comments