v1: ZodObject<{
name: ZodString;
description: ZodString;
personality: ZodString;
scenario: ZodString;
first_mes: ZodString;
mes_example: ZodString;
}, "strip", ZodTypeAny, {
name: string;
description: string;
personality: string;
scenario: string;
first_mes: string;
mes_example: string;
}, {
name: string;
description: string;
personality: string;
scenario: string;
first_mes: string;
mes_example: string;
}> = ...
A parser object made with the zod library which can be used to validate or parse Character Cards using the V1 spec.
https://github.com/malfoyslastname/character-card-spec-v2/blob/main/spec_v1.md
Example