async fn process_llm_response(
    response: Response,
) -> Result<LLMCompletionResponse>Expand description
Process a non-streaming LLM response
async fn process_llm_response(
    response: Response,
) -> Result<LLMCompletionResponse>Process a non-streaming LLM response