|
@@ -1280,9 +1280,8 @@ type SopTaskListInfo struct {
|
|
type SopTaskListReq struct {
|
|
type SopTaskListReq struct {
|
|
PageInfo
|
|
PageInfo
|
|
// SOP 任务名称
|
|
// SOP 任务名称
|
|
- Name *string `json:"name,optional"`
|
|
|
|
- // 创建者 id
|
|
|
|
- CreatorId *string `json:"creatorId,optional"`
|
|
|
|
|
|
+ Name *string `json:"name,optional"`
|
|
|
|
+ Status *uint8 `json:"status,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
// SopTask information response | SopTask信息返回体
|
|
// SopTask information response | SopTask信息返回体
|
|
@@ -1986,8 +1985,8 @@ type StdCompApiResp struct {
|
|
|
|
|
|
// swagger:model FastgptSpecResp
|
|
// swagger:model FastgptSpecResp
|
|
type FastgptSpecResp struct {
|
|
type FastgptSpecResp struct {
|
|
- ResponseData []map[string]any `json:"responseData,omitempty"`
|
|
|
|
- NewVariables map[string]any `json:"newVariables,omitempty"`
|
|
|
|
|
|
+ ResponseData []map[string]interface{} `json:"responseData,omitempty"`
|
|
|
|
+ NewVariables map[string]interface{} `json:"newVariables,omitempty"`
|
|
}
|
|
}
|
|
|
|
|
|
type ChatCompletionAudio struct {
|
|
type ChatCompletionAudio struct {
|