Skip to main content

CONTINUE_PROMPT

Constant CONTINUE_PROMPT 

Source
pub const CONTINUE_PROMPT: &str = "Continue from exactly where you stopped. Do not repeat anything you have already written, \
     and do not acknowledge this message.";
Expand description

The user turn sent to resume a reply that max_tokens cut off mid-text.

A plain “Continue” invites the model to acknowledge the instruction or start the thought over; naming the requirement keeps the seam invisible in the finished answer.