@agorio/sdkDocs


Interface: AgentStreamEvent

Properties

error?

optional error: string

Defined in

src/types/index.ts:740


iteration

iteration: number

Defined in

src/types/index.ts:734


result?

optional result: AgentResult

Defined in

src/types/index.ts:739


text?

optional text: string

Defined in

src/types/index.ts:735


timestamp

timestamp: number

Defined in

src/types/index.ts:741


toolInput?

optional toolInput: Record<string, unknown>

Defined in

src/types/index.ts:737


toolName?

optional toolName: string

Defined in

src/types/index.ts:736


toolOutput?

optional toolOutput: unknown

Defined in

src/types/index.ts:738


type

type: "error" | "tool_call" | "tool_result" | "text_delta" | "done"

Defined in

src/types/index.ts:733