Show HN: Token-efficient zod-like schema definition library for LLMsgithub.com/nadeesha 3 pointslunarcave1 year ago2 commentsSaveHideCopy link On HNComments−nbbaier1yInteresting, but why wouldn't I just use zod here?−lunarcaveOP1yZod doesn't give you the ability to serialize or de-serialize schemas, unless you convert to JSON schema, which is verbose. See: https://github.com/colinhacks/zod/discussions/2030
Comments
Interesting, but why wouldn't I just use zod here?
Zod doesn't give you the ability to serialize or de-serialize schemas, unless you convert to JSON schema, which is verbose. See: https://github.com/colinhacks/zod/discussions/2030