run: blocks for non-LLM steps.
bugfix.toon
schemas.ts
Run It
Key Patterns
- Imported schema:
TicketInputis aSchema.Classfrom TypeScript, used as the workflow input run:for API calls: Thefetch-contextstep calls an external API without an LLMrun:for formatting: Theformat-outputstep transforms data without a model callprompt:for LLM steps: Theanalyzeandgenerate-fixsteps call the model- Cross-step references: Each step references upstream outputs like
{analyze.rootCause}