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