chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-23 20:10:56 +00:00
parent 3910a6e527
commit 3f8c659056
6 changed files with 42 additions and 16 deletions

View File

@@ -59,7 +59,6 @@ export function toJsonSchema<S extends Schema.Top>(schema: S) {
return z.toJSONSchema(zod(schema), { io: "input" })
}
function walk(ast: SchemaAST.AST): z.ZodTypeAny {
const cached = walkCache.get(ast)
if (cached) return cached