UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

14 lines (13 loc) 302 B
export declare function responseBodyViaPlaywright(opts: { cdpUrl: string; targetId?: string; url: string; timeoutMs?: number; maxChars?: number; }): Promise<{ url: string; status?: number; headers?: Record<string, string>; body: string; truncated?: boolean; }>;