pub fn handle_error(
state: SharedMistralRsState,
e: Box<dyn Error + Send + Sync + 'static>,
) -> SpeechGenerationResponderExpand description
Helper function to handle speech generation errors and logging them.
pub fn handle_error(
state: SharedMistralRsState,
e: Box<dyn Error + Send + Sync + 'static>,
) -> SpeechGenerationResponderHelper function to handle speech generation errors and logging them.