@agorio/sdkDocs


Interface: AgentStep

Properties

content?

optional content: string

Defined in

src/types/index.ts:714


iteration

iteration: number

Defined in

src/types/index.ts:709


timestamp

timestamp: number

Defined in

src/types/index.ts:715


toolInput?

optional toolInput: Record<string, unknown>

Defined in

src/types/index.ts:712


toolName?

optional toolName: string

Defined in

src/types/index.ts:711


toolOutput?

optional toolOutput: unknown

Defined in

src/types/index.ts:713


type

type: "thinking" | "tool_call" | "tool_result" | "final_answer"

Defined in

src/types/index.ts:710