Function process_non_streaming_chat_response

Source
pub async fn process_non_streaming_chat_response(
    rx: &mut Receiver<Response>,
    state: SharedMistralRsState,
) -> ChatCompletionResponder
Expand description

Processes non-streaming chat completion responses.