UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

13 lines (12 loc) 328 B
export declare function traceStartViaPlaywright(opts: { cdpUrl: string; targetId?: string; screenshots?: boolean; snapshots?: boolean; sources?: boolean; }): Promise<void>; export declare function traceStopViaPlaywright(opts: { cdpUrl: string; targetId?: string; path: string; }): Promise<void>;