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