package llm_http type LLMQuestionRes struct { Answer string `description:"回答"` SessionId string `description:"会话ID"` }