Fix the prompt
This commit is contained in:
parent
ba3b500063
commit
ad1239273a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue