Skip to content

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.