@auto-browse/auto-browse
Version:
AI-powered browser automation
12 lines (11 loc) • 359 B
TypeScript
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;
}>>;