|
@@ -368,6 +368,7 @@ class ToolWorkflowProviderCreateApi(Resource):
|
|
description=args["description"],
|
|
description=args["description"],
|
|
parameters=args["parameters"],
|
|
parameters=args["parameters"],
|
|
privacy_policy=args["privacy_policy"],
|
|
privacy_policy=args["privacy_policy"],
|
|
|
|
+ labels=args["labels"],
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|