Genkit JS API reference
    Preparing search index...

    Variable ModelReferenceSchemaConst

    ModelReferenceSchema: z.ZodObject<
        { config: z.ZodOptional<z.ZodAny>; name: z.ZodString },
        "strip",
        z.ZodTypeAny,
        { config?: any; name: string },
        { config?: any; name: string },
    >

    Zod schema for a ModelReference.