fn llm_http_error(status: StatusCode, error_text: String) -> ChatbotErrorExpand description
Builds the error for a failed LLM HTTP response, parsing error_text as an Azure error body
when possible and attaching it as the error’s Azure source.
fn llm_http_error(status: StatusCode, error_text: String) -> ChatbotErrorBuilds the error for a failed LLM HTTP response, parsing error_text as an Azure error body
when possible and attaching it as the error’s Azure source.