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