Skip to main content

RECENT_MESSAGES_IN_PROMPT

Constant RECENT_MESSAGES_IN_PROMPT 

Source
const RECENT_MESSAGES_IN_PROMPT: usize = 5;
Expand description

How much of the transcript the suggestion prompt carries. A suggestion only answers the recent thread, so a long conversation does not pay to send all of it.