UNPKG

@auto-browse/auto-browse

Version:
12 lines (11 loc) 359 B
import { z } from "zod"; export declare const browser_page_assert: import("@langchain/core/tools").DynamicStructuredTool<z.ZodObject<{ assertion: z.ZodString; expected: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { assertion: string; expected?: string | undefined; }, { assertion: string; expected?: string | undefined; }>>;