Skip to content

Latest commit

History

History
14 lines (10 loc) 路 347 Bytes

File metadata and controls

14 lines (10 loc) 路 347 Bytes
id ToolResultState
title ToolResultState

Type Alias: ToolResultState

type ToolResultState = "streaming" | "complete" | "error";

Defined in: packages/typescript/ai/src/types.ts:47

Tool result states - track the lifecycle of a tool result