pub fn assess(
prompt_characters: i64,
window: i64,
requested_max_tokens: Option<i64>,
) -> VerdictExpand description
Decide whether a prompt of prompt_characters fits window, and clamp the
completion length to the space that remains.