Run a sequential AI pipeline
run_pipelineChain multiple AI provider steps sequentially, where each step's output becomes the next step's input. Use prompt templates with {{input}} to transform data across providers for collaborative workflows.
Instructions
Runs a sequential pipeline where each step is handled by a chosen AI provider, and each step's output feeds into the next step's input (accessible via {{input}} in promptTemplate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The initial input to the pipeline. | |
| steps | Yes |