Iron Gorilla Developers

AgentStepPreviousOutput

Summary of the immediately preceding completed step made available to the current step.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface AgentStepPreviousOutput

Properties

  • 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.

On this page