Variable ListPromptsResultSchemaConst
ListPromptsResultSchema: ZodObject<
extendShape<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
{
arguments: ZodOptional<
ZodArray<
ZodObject<
{
description: ZodOptional<(...)>;
name: ZodString;
required: ZodOptional<(...)>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{ description: ...; name: ...; required: ... },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ description: ...; name: ...; required: ... },
ZodTypeAny,
"passthrough",
>,
>,
"many",
>,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
arguments: ZodOptional<
ZodArray<
ZodObject<
{ description: ...; name: ...; required: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
arguments: ZodOptional<
ZodArray<
ZodObject<
{ description: ...; name: ...; required: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
>,
"many",
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
{
arguments: ZodOptional<
ZodArray<
ZodObject<
{ description: ...; name: ...; required: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
arguments: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
arguments: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{ nextCursor: ZodOptional<ZodString> },
>,
{
prompts: ZodArray<
ZodObject<
{
arguments: ZodOptional<
ZodArray<
ZodObject<
{ description: ...; name: ...; required: ... },
"passthrough",
ZodTypeAny,
objectOutputType<(...), (...), (...)>,
objectInputType<(...), (...), (...)>,
>,
"many",
>,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
arguments: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
arguments: ZodOptional<
ZodArray<ZodObject<(...), (...), (...), (...), (...)>, "many">,
>;
description: ZodOptional<ZodString>;
name: ZodString;
},
ZodTypeAny,
"passthrough",
>,
>,
"many",
>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
The server's response to a prompts/list request from the client.