UNPKG

@hyperbrowser/agent

Version:

Hyperbrowsers Web Agent

4 lines (3 loc) 200 B
import { z } from "zod"; import { AgentActionDefinition } from "../../types"; export declare const generateCompleteActionWithOutputDefinition: (outputSchema: z.ZodType<any>) => AgentActionDefinition;