Function match_responses

Source
pub fn match_responses(
    state: SharedMistralRsState,
    response: Response,
) -> ChatCompletionResponder
Expand description

Matches and processes different types of model responses into appropriate chat completion responses.