UNPKG

donobu

Version:

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

9 lines 338 B
import { z } from 'zod/v4'; export declare const CustomToolSchema: z.ZodObject<{ name: z.ZodString; description: z.ZodString; inputSchema: z.ZodRecord<z.ZodString, z.ZodUnknown>; javascript: z.ZodString; }, z.core.$strip>; export type CustomTool = z.infer<typeof CustomToolSchema>; //# sourceMappingURL=CustomTool.d.ts.map