Variable chatLocalToolRequestSchemaConst
chatLocalToolRequestSchema: ZodObject<
{
calls: ZodArray<
ZodObject<
{
arguments: ZodRecord<
ZodString,
ZodType<{} | null, ZodTypeDef, {} | null>,
>;
id: ZodString;
name: ZodString;
},
"strip",
ZodTypeAny,
{ arguments: Record<string, {} | null>; id: string; name: string },
{ arguments: Record<string, {} | null>; id: string; name: string },
>,
"many",
>;
id: ZodString;
},
"strip",
ZodTypeAny,
{
calls: {
arguments: Record<string, {} | null>;
id: string;
name: string;
}[];
id: string;
},
{
calls: {
arguments: Record<string, {} | null>;
id: string;
name: string;
}[];
id: string;
},
> = ...
Runtime validator for ChatLocalToolRequest.