Type Aliases
NextStepInput<TPreviousOutput>
Type Alias: NextStepInput<TPreviousOutput>
NextStepInput<
TPreviousOutput> =TPreviousOutputextendsstring?object:TPreviousOutput
Defined in: src/core-flow/Workflow.ts:93
What the NEXT step must accept, given what the previous one returns.
A string output feeds { message } — the convention every runner in
this library already speaks (LLMCall, Agent, Sequence, Swarm). Anything
else is handed over as-is, so the next step's input type must be that
same type.
Type Parameters
TPreviousOutput
TPreviousOutput
