donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
8 lines • 433 B
TypeScript
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