donobu
Version:
Create browser automations with an LLM agent and replay them as Playwright scripts.
11 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GptApiKeysNotSetupException = void 0;
const DonobuException_1 = require("./DonobuException");
class GptApiKeysNotSetupException extends DonobuException_1.DonobuException {
constructor() {
super('No API keys for any GPT platform have been set up.');
}
}
exports.GptApiKeysNotSetupException = GptApiKeysNotSetupException;
//# sourceMappingURL=GptApiKeysNotSetupException.js.map