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