UNPKG

@auto-browse/auto-browse

Version:
18 lines (17 loc) 478 B
import { z } from "zod"; export declare const browser_assert: import("@langchain/core/tools").DynamicStructuredTool<z.ZodObject<{ element: z.ZodString; ref: z.ZodString; assertion: z.ZodString; expected: z.ZodOptional<z.ZodString>; }, "strip", z.ZodTypeAny, { ref: string; element: string; assertion: string; expected?: string | undefined; }, { ref: string; element: string; assertion: string; expected?: string | undefined; }>>;