ToolStreamEventData
Defined in: src/tools/tool.ts:40
Data for a tool stream event.
Properties
Section titled “Properties”type: "toolStreamEvent";Defined in: src/tools/tool.ts:44
Discriminator for tool stream events.
optional data?: unknown;Defined in: src/tools/tool.ts:50
Caller-provided data for the progress update. Can be any type of data the tool wants to report.