pub async fn process_batch_sequential<T: ChatProvider + ?Sized>(
api: &T,
requests: Vec<ChatCompletionRequest>,
) -> Result<Vec<Result<ChatCompletionResponse, AiLibError>>, AiLibError>Expand description
Sequential batch processing implementation