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