feat: 生成接口支持场景(occasion,默认通勤,评分/LLM 依据)
This commit is contained in:
@@ -9,6 +9,7 @@ type OutfitGenerateReq struct {
|
||||
StartDate string `v:"required|date" json:"start_date"`
|
||||
EndDate string `v:"required|date" json:"end_date"`
|
||||
Location string `v:"required" json:"location"`
|
||||
Occasion string `v:"in:通勤,约会,聚会,运动" json:"occasion"`
|
||||
}
|
||||
|
||||
type OutfitGenerateRes struct {
|
||||
|
||||
Reference in New Issue
Block a user