Variable chatLocalToolCallSchemaConst
chatLocalToolCallSchema: 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 },
> = ...
Runtime validator for ChatLocalToolCall.