UNPKG

donobu

Version:

Create browser automations with an LLM agent and replay them as Playwright scripts.

6 lines 247 B
import { DonobuException } from './DonobuException'; export declare class ToolRequiresGptException extends DonobuException { readonly toolName: string; constructor(toolName: string); } //# sourceMappingURL=ToolRequiresGptException.d.ts.map