Variable CompleteResultSchemaConst
CompleteResultSchema: ZodObject<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
completion: ZodObject<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
completion: ZodObject<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
completion: ZodObject<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
hasMore: ZodOptional<ZodBoolean>;
total: ZodOptional<ZodNumber>;
values: ZodArray<ZodString, "many">;
},
ZodTypeAny,
"passthrough",
>,
>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
The server's response to a completion/complete request