package aiassistant // GetAll // @description: 获取所有AI助手 type GetAll struct { Keyword string `json:"keyword" form:"keyword"` // 关键字 }