feat: 添加对话式工作流节点执行与结果合并逻辑

This commit is contained in:
2026-05-15 18:30:44 +08:00
parent ffba1f30ec
commit d5206df131
4 changed files with 957 additions and 327 deletions

View File

@@ -137,6 +137,7 @@ type ExecuteReq struct {
Desc string `json:"desc"`
SkillName string `json:"skillName"`
FileUrl []string `json:"fileUrl"`
ResultUrl string `json:"resultUrl"`
}
type ExecuteRes struct {