Interface ToolCallErrorResult

interface ToolCallErrorResult {
    data: string;
    type: "error";
}

Properties

Properties

data: string
type: "error"