1
0
Fork 0

Fix the prompt

This commit is contained in:
Pabloader 2026-03-30 13:25:21 +00:00
parent ba3b500063
commit ad1239273a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { Sparkles, ChevronsRight } from "lucide-preact";
import clsx from "clsx"; import clsx from "clsx";
import { ContentEditable } from "@common/components/ContentEditable"; 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 { interface RoleHeaderProps {
message: ChatMessage; message: ChatMessage;