updated createInferenceresp

This commit is contained in:
tzwang 2025-03-21 15:51:27 +08:00
parent 32bba534b7
commit e3cc0074b4
2 changed files with 2 additions and 1 deletions

View File

@ -246,6 +246,6 @@ type (
}
CreateInferenceTaskResp {
TaskId string `json:"taskId"`
}
)

View File

@ -6365,4 +6365,5 @@ type CreateInferenceTaskReq struct {
}
type CreateInferenceTaskResp struct {
TaskId string `json:"taskId"`
}