Score: {
    details?: objectOutputType<
        { reasoning: ZodOptional<ZodString> },
        ZodTypeAny,
        "passthrough",
    >;
    error?: string;
    id?: string;
    score?: string | number | boolean;
}

Type declaration