Skip to content

agents / Exports / ToolExecutionStep

Interface: ToolExecutionStep

Execution step definition for tools that support step-by-step progress reporting

Table of contents

Properties

Properties

id

id: string

Unique identifier for this step

Defined in

packages/agents/src/interfaces/progress-reporting.ts:8


name

name: string

Human-readable name of the step

Defined in

packages/agents/src/interfaces/progress-reporting.ts:11


estimatedDuration

estimatedDuration: number

Tool-provided estimated duration for this step in milliseconds

Defined in

packages/agents/src/interfaces/progress-reporting.ts:14


description

Optional description: string

Optional description of what this step does

Defined in

packages/agents/src/interfaces/progress-reporting.ts:17

Released under the MIT License.