type ToolResultState = "streaming" | "complete" | "error";
Defined in: types.ts:16
Tool result states - track the lifecycle of a tool result