donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
7 lines • 360 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;
constructor(gptPlatform: string);
}
//# sourceMappingURL=GptPlatformAuthenticationFailedException.d.ts.map