Variable ModelPreferencesSchemaConst
ModelPreferencesSchema: ZodObject<
{
costPriority: ZodOptional<ZodNumber>;
hints: ZodOptional<
ZodArray<
ZodObject<
{ name: ZodOptional<ZodString> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
>,
"many",
>,
>;
intelligencePriority: ZodOptional<ZodNumber>;
speedPriority: ZodOptional<ZodNumber>;
},
"passthrough",
ZodTypeAny,
objectOutputType<
{
costPriority: ZodOptional<ZodNumber>;
hints: ZodOptional<
ZodArray<
ZodObject<
{ name: ZodOptional<ZodString> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
>,
"many",
>,
>;
intelligencePriority: ZodOptional<ZodNumber>;
speedPriority: ZodOptional<ZodNumber>;
},
ZodTypeAny,
"passthrough",
>,
objectInputType<
{
costPriority: ZodOptional<ZodNumber>;
hints: ZodOptional<
ZodArray<
ZodObject<
{ name: ZodOptional<ZodString> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ name: ZodOptional<ZodString> },
ZodTypeAny,
"passthrough",
>,
>,
"many",
>,
>;
intelligencePriority: ZodOptional<ZodNumber>;
speedPriority: ZodOptional<ZodNumber>;
},
ZodTypeAny,
"passthrough",
>,
> = ...
The server's preferences for model selection, requested of the client during sampling.