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