async fn process_llm_response(
response: Response,
input: &[APIInputMessage],
) -> ChatbotResult<LLMResponse>Expand description
Process a non-streaming LLM response
async fn process_llm_response(
response: Response,
input: &[APIInputMessage],
) -> ChatbotResult<LLMResponse>Process a non-streaming LLM response