Variable ElicitResultSchemaConst
ElicitResultSchema: ZodObject<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
action: ZodEnum<["accept", "reject", "cancel"]>;
content: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
},
>,
"passthrough",
ZodTypeAny,
objectOutputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
action: ZodEnum<["accept", "reject", "cancel"]>;
content: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
},
>,
ZodTypeAny,
"passthrough",
>,
objectInputType<
extendShape<
{
_meta: ZodOptional<
ZodObject<
{},
"passthrough",
ZodTypeAny,
objectOutputType<{}, ZodTypeAny, "passthrough">,
objectInputType<{}, ZodTypeAny, "passthrough">,
>,
>;
},
{
action: ZodEnum<["accept", "reject", "cancel"]>;
content: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
},
>,
ZodTypeAny,
"passthrough",
>,
> = ...
The client's response to an elicitation/create request from the server.