feat: include proto changes

This commit is contained in:
drbh 2025-04-22 16:26:56 +00:00
parent fae510b8f6
commit da3f18e5c8

View File

@ -104,6 +104,8 @@ message NextTokenChooserParameters {
string grammar = 10; string grammar = 10;
/// grammar type /// grammar type
GrammarType grammar_type = 11; GrammarType grammar_type = 11;
/// logit bias dictionary mapping token string to bias value
map<string, int32> logit_bias = 12;
} }
message StoppingCriteriaParameters { message StoppingCriteriaParameters {