diff --git a/src/utils/zodToJsonSchema.ts b/src/utils/zodToJsonSchema.ts index 6533995..ef1f726 100644 --- a/src/utils/zodToJsonSchema.ts +++ b/src/utils/zodToJsonSchema.ts @@ -21,3 +21,4 @@ export function zodToJsonSchema(schema: ZodTypeAny): JsonSchema7Type { cache.set(schema, result) return result } +