You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the issue with Zod is that we bundle all the type information in genaiscript.d.ts and I don't know how much typescript definition we would need to make it work. What we really want is a mini-Zod like library that only supports the subset of JSON schemas defined in genaiscript
(JSON schema can be more complex than what LLM can typically handle)
Integrate or replcaite TypeChat like reflection where one can define a schema from a type instead of JSON schema.
The text was updated successfully, but these errors were encountered: