/// How to determine if we should prepend a bos token to tokens
#[derive(Debug, Clone, Copy, PartialEq, Eq)]pubenumAddBos{/// Add the beginning of stream token to the start of the string.
Always,/// Do not add the beginning of stream token to the start of the string.
Never,}