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