UNPKG

donobu

Version:

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

6 lines 249 B
import { GptClient } from './GptClient'; import { GptConfig } from '../models/GptConfig'; export declare class GptClientFactory { static createFromGptConfig(config: GptConfig): Promise<GptClient>; } //# sourceMappingURL=GptClientFactory.d.ts.map