UNPKG

donobu

Version:

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

6 lines 329 B
import { DonobuException } from './DonobuException'; /** This exception is thrown if the underlying GPT platform throws an internal/server error. */ export declare class GptPlatformInternalErrorException extends DonobuException { constructor(message: string); } //# sourceMappingURL=GptPlatformInternalErrorException.d.ts.map