maxQueryLength top-level constant

int const maxQueryLength

Maximum length for pre-filled prompts. 5000 chars — practical ceiling considering Windows cmd.exe limits.

Implementation

const int maxQueryLength = 5000;