response.go 140 B

1234567
  1. package llm_http
  2. type LLMQuestionRes struct {
  3. Answer string `description:"回答"`
  4. SessionId string `description:"会话ID"`
  5. }