UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 230 B
import { z } from "zod"; export declare const AgentModelSchema: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{ primary: z.ZodOptional<z.ZodString>; fallbacks: z.ZodOptional<z.ZodArray<z.ZodString>>; }, z.core.$strict>]>;