diff --git a/examples/scaffolds/manifold_pipeline_scaffold.py b/examples/scaffolds/manifold_pipeline_scaffold.py index 13bfc668..623a0277 100644 --- a/examples/scaffolds/manifold_pipeline_scaffold.py +++ b/examples/scaffolds/manifold_pipeline_scaffold.py @@ -17,6 +17,9 @@ def __init__(self): # Optionally, you can set the name of the manifold pipeline. self.name = "Manifold: " + + # Define pipelines that are available in this manifold pipeline. + # This is a list of dictionaries where each dictionary has an id and name. self.pipelines = [ { "id": "pipeline-1", # This will turn into `manifold_pipeline.pipeline-1`