pub fn validate_stop(stop: &StringOrArray) -> Result<(), ValidationError>Expand description
Validates stop sequences (max 4, non-empty strings) Used by both ChatCompletionRequest and ResponsesRequest
pub fn validate_stop(stop: &StringOrArray) -> Result<(), ValidationError>Validates stop sequences (max 4, non-empty strings) Used by both ChatCompletionRequest and ResponsesRequest