feat: support llm start node user input multi parts

This commit is contained in:
zhuangjie.1125
2025-08-07 23:48:12 +08:00
parent e2d7966259
commit d07531db70
4 changed files with 112 additions and 41 deletions

View File

@ -83,6 +83,7 @@ func UploadFileOpen(ctx context.Context, c *app.RequestContext) {
internalServerErrorResponse(ctx, c, err)
return
}
c.JSON(consts.StatusOK, resp)
}