workflow_step_define
Register custom workflow step functions from Python source code. Define a function with signature def step(value, ctx) to process data within an AI agent's workflow.
Instructions
[workflow] Register custom step function from Python source. Must define def step(value, ctx): ....
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |