Interface ToolResult

interface ToolResult {
    content: string | { text: string; type: string }[];
    tool_use_id: string;
}

Properties

Properties

content: string | { text: string; type: string }[]
tool_use_id: string