Interface ComputerUseResult

interface ComputerUseResult {
    image?: ScreenshotImage;
    success: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

success: boolean