Variable ListPromptsResultSchemaConst
ListPromptsResultSchema: ZodObject<
extendShape<
extendShape<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
>;
arguments: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
description: ZodOptional<ZodString>;
},
>,
{
icons: ZodOptional<
ZodArray<
ZodObject<
{ mimeType: ...; sizes: ...; src: ... },
"strip",
ZodTypeAny,
{ mimeType?: ...; sizes?: ...; src: ... },
{ mimeType?: ...; sizes?: ...; src: ... },
>,
"many",
>,
>;
},
>,
"strip",
ZodTypeAny,
{
_meta?: objectOutputType<{}, ZodTypeAny, "passthrough">;
arguments?: { description?: string; name: string; required?: boolean }[];
description?: string;
icons?: { mimeType?: string; sizes?: (...)[]; src: string }[];
name: string;
title?: string;
},
{
_meta?: objectInputType<{}, ZodTypeAny, "passthrough">;
arguments?: { description?: string; name: string; required?: boolean }[];
description?: string;
icons?: { mimeType?: string; sizes?: (...)[]; src: string }[];
name: string;
title?: string;
},
>,
"many",
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
extendShape<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{
_meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
arguments: ZodOptional<ZodArray<(...), (...)>>;
description: ZodOptional<ZodString>;
},
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
"strip",
ZodTypeAny,
{
_meta?: objectOutputType<{}, ZodTypeAny, "passthrough">;
arguments?: {
description?: (...) | (...);
name: string;
required?: (...) | (...) | (...);
}[];
description?: string;
icons?: {
mimeType?: (...)
| (...);
sizes?: (...) | (...);
src: string;
}[];
name: string;
title?: string;
},
{
_meta?: objectInputType<{}, ZodTypeAny, "passthrough">;
arguments?: {
description?: (...) | (...);
name: string;
required?: (...) | (...) | (...);
}[];
description?: string;
icons?: {
mimeType?: (...)
| (...);
sizes?: (...) | (...);
src: string;
}[];
name: string;
title?: string;
},
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
extendShape<
{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>> },
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
extendShape<
extendShape<
{ name: ZodString; title: ZodOptional<ZodString> },
{
_meta: ZodOptional<ZodObject<(...), (...), (...), (...), (...)>>;
arguments: ZodOptional<ZodArray<(...), (...)>>;
description: ZodOptional<ZodString>;
},
>,
{
icons: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
},
>,
"strip",
ZodTypeAny,
{
_meta?: objectOutputType<{}, ZodTypeAny, "passthrough">;
arguments?: {
description?: (...) | (...);
name: string;
required?: (...) | (...) | (...);
}[];
description?: string;
icons?: {
mimeType?: (...)
| (...);
sizes?: (...) | (...);
src: string;
}[];
name: string;
title?: string;
},
{
_meta?: objectInputType<{}, ZodTypeAny, "passthrough">;
arguments?: {
description?: (...) | (...);
name: string;
required?: (...) | (...) | (...);
}[];
description?: string;
icons?: {
mimeType?: (...)
| (...);
sizes?: (...) | (...);
src: string;
}[];
name: string;
title?: string;
},
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
The server's response to a prompts/list request from the client.