ToolResultStatus
type ToolResultStatus = "success" | "error";Defined in: src/tools/types.ts:7
Status of a tool execution. Indicates whether the tool executed successfully or encountered an error.
type ToolResultStatus = "success" | "error";Defined in: src/tools/types.ts:7
Status of a tool execution. Indicates whether the tool executed successfully or encountered an error.