pub unsafe extern "C" fn llama_grammar_accept_token(
grammar: *mut llama_grammar,
ctx: *mut llama_context,
token: llama_token,
)Expand description
@details Accepts the sampled token into the grammar
pub unsafe extern "C" fn llama_grammar_accept_token(
grammar: *mut llama_grammar,
ctx: *mut llama_context,
token: llama_token,
)@details Accepts the sampled token into the grammar