|
@@ -1508,7 +1508,7 @@ type GenerateAiAnswerResp struct {
|
|
|
type GetBotByTaskIdReq struct {
|
|
|
// required : true
|
|
|
// min : 0
|
|
|
- TaskId int `json:"sourceId" validate:"required,number,gt=0"`
|
|
|
+ TaskId int `json:"taskId" validate:"required,number,gt=0"`
|
|
|
}
|
|
|
|
|
|
type BotList struct {
|