relay_workflow_validate
Validate workflow structure by checking DAG cycles, dependency references, and model ID format without LLM calls to ensure proper configuration before execution.
Instructions
Validate workflow structure without making any LLM calls (free). Checks DAG structure (no cycles), dependency references, and model ID format. Does NOT validate schema compatibility between steps or prompt effectiveness - use relay_workflow_run for full validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Steps to validate (same format as relay_workflow_run) |