From ad1239273a49fa8a63b2aebdd77ee53b7c0b93a9 Mon Sep 17 00:00:00 2001 From: Pabloader Date: Mon, 30 Mar 2026 13:25:21 +0000 Subject: [PATCH] Fix the prompt --- src/games/storywriter/components/chat-sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/storywriter/components/chat-sidebar.tsx b/src/games/storywriter/components/chat-sidebar.tsx index 78bca3a..7e63f6e 100644 --- a/src/games/storywriter/components/chat-sidebar.tsx +++ b/src/games/storywriter/components/chat-sidebar.tsx @@ -13,7 +13,7 @@ import { Sparkles, ChevronsRight } from "lucide-preact"; import clsx from "clsx"; import { ContentEditable } from "@common/components/ContentEditable"; -const CONTINUE_PROMPT = "Continue the story forward.\nUse `edit_text` tool in append mode to add new text to the story.\nWait for the approval after adding."; +const CONTINUE_PROMPT = "Continue the story naturally.\nUse `edit_text` tool in append mode to add new text to the story.\nWait for the approval after adding.\nNote: added text could be cropped due to limit, do not make any attempts to add it back."; interface RoleHeaderProps { message: ChatMessage;