UNPKG

donobu

Version:

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

8 lines 433 B
import { DonobuException } from './DonobuException'; /** This is thrown if authentication fails with the given GPT platform. */ export declare class GptPlatformAuthenticationFailedException extends DonobuException { readonly gptPlatform: string; readonly context?: string | undefined; constructor(gptPlatform: string, context?: string | undefined); } //# sourceMappingURL=GptPlatformAuthenticationFailedException.d.ts.map