AgentStepPreviousOutput
Summary of the immediately preceding completed step made available to the current step.
SDK v2026.4.0
Kind: interface
Signature
export interface AgentStepPreviousOutputProperties
stepIndex(number): Zero-based authored step index.stepName(string): Authored step name.output(unknown): Persisted output for the previous step, or null when no output exists.