Variable knowledgeSourceKindListResponseSchemaConst
knowledgeSourceKindListResponseSchema: ZodObject<
{
data: ZodArray<
ZodObject<
{
description: ZodOptional<ZodString>;
label: ZodOptional<ZodString>;
type: ZodString;
},
"strip",
ZodTypeAny,
{ description?: string; label?: string; type: string },
{ description?: string; label?: string; type: string },
>,
"many",
>;
},
"strip",
ZodTypeAny,
{ data: { description?: string; label?: string; type: string }[] },
{ data: { description?: string; label?: string; type: string }[] },
> = ...
Runtime validator for KnowledgeSourceKindListResponse.