Skip to main content

collect_single_response

Function collect_single_response 

Source
pub async fn collect_single_response(
    provider: &(impl LLMProvider + ?Sized),
    request: LLMRequest,
) -> Result<LLMResponse, LLMError>