Intermediate step that the agent has taken.

interface IntermediateStep {
    data?: Record<string, any>;
    name: string;
}

Properties

Properties

data?: Record<string, any>

Additional data related to the step.

name: string

Name/Description of the step.