pub fn detect_thinking_toggle(
template: &str,
) -> (ThinkingToggle, Option<ThinkingKeyName>)Expand description
Detect whether the chat template supports a thinking/reasoning toggle and what its default value is.
pub fn detect_thinking_toggle(
template: &str,
) -> (ThinkingToggle, Option<ThinkingKeyName>)Detect whether the chat template supports a thinking/reasoning toggle and what its default value is.