Variable knowledgeSourceKindSchemaConst
knowledgeSourceKindSchema: ZodObject<
{
description: ZodOptional<ZodString>;
label: ZodOptional<ZodString>;
type: ZodString;
},
"strip",
ZodTypeAny,
{ description?: string; label?: string; type: string },
{ description?: string; label?: string; type: string },
> = ...
Runtime validator for KnowledgeSourceKind.