qllm_pipeline
Solve complex tasks by chaining multiple LLM calls in a sequential pipeline. Each step can use a different model, with output passed automatically to the next step.
Instructions
Run a sequential multi-model pipeline.
Args: params (PipelineInput): Initial input and 1-8 steps. Each step can set provider/model/task_type/instruction. The previous step output is passed into the next step.
Returns: str: JSON or Markdown pipeline trace and final output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |