output
    Preparing search index...

    Type Alias JudgeArgs

    type JudgeArgs = {
        prompt: string;
        schema?: z.ZodType;
        variables?: Record<string, string | number | boolean>;
    }
    Index

    Properties

    prompt: string
    schema?: z.ZodType
    variables?: Record<string, string | number | boolean>