Skip to main content

llama_cpp_bindings/
sampled_token_section.rs

1#[derive(Copy, Clone, Debug, Eq, PartialEq)]
2pub enum SampledTokenSection {
3    Pending,
4    Content,
5    Reasoning,
6    ToolCall,
7}