Skip to content

ToolStreamEventData

Defined in: src/tools/tool.ts:41

Data for a tool stream event.

type: "toolStreamEvent";

Defined in: src/tools/tool.ts:45

Discriminator for tool stream events.


optional data?: unknown;

Defined in: src/tools/tool.ts:51

Caller-provided data for the progress update. Can be any type of data the tool wants to report.