fix: copy or move app workflow to library, dependencies on other comp… (#720)

This commit is contained in:
Zhj
2025-08-13 16:44:44 +08:00
committed by GitHub
parent 6b60c07c22
commit ffbc108875
2 changed files with 75 additions and 27 deletions

View File

@@ -253,7 +253,7 @@ type FCParam struct {
RequestParameters []*workflow.APIParameter `json:"request_params"`
ResponseParameters []*workflow.APIParameter `json:"response_params"`
} `json:"fc_setting,omitempty"`
}
} `json:"pluginList,omitempty"`
} `json:"pluginFCParam,omitempty"`
KnowledgeFCParam *struct {