UNPKG

donobu

Version:

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

6 lines 267 B
import { DonobuException } from './DonobuException'; export declare class GptPlatformRateLimitedException extends DonobuException { readonly gptPlatform: string; constructor(gptPlatform: string); } //# sourceMappingURL=GptPlatformRateLimitedException.d.ts.map