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