interface ToolResultTextContent {
    image?: undefined;
    json?: undefined;
    text: string;
}

Properties

Properties

image?: undefined
json?: undefined
text: string