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