Variable jIACapabilitiesSchemaConst
jIACapabilitiesSchema: ZodUnion<
[
ZodLiteral<"summarize">,
ZodLiteral<"develop">,
ZodLiteral<"reformulate">,
ZodLiteral<"tldr">,
ZodLiteral<"en">,
ZodLiteral<"es">,
ZodLiteral<"formal">,
ZodLiteral<"funny">,
ZodLiteral<"spellCheck">,
],
> = ...