🔘 zodToJsonSchema.ts

This commit is contained in:
nirholas
2026-03-31 10:24:35 +00:00
parent 542272121f
commit a69c6d10e6

View File

@@ -21,3 +21,4 @@ export function zodToJsonSchema(schema: ZodTypeAny): JsonSchema7Type {
cache.set(schema, result) cache.set(schema, result)
return result return result
} }