package response import "git.echol.cn/loser/ai_proxy/server/model/example" type ExaFileResponse struct { File example.ExaFileUploadAndDownload `json:"file"` }