Releases: instructor-ai/instructor-js
Releases · instructor-ai/instructor-js
v1.0.0
Major Changes
-
#144
d0275ff
Thanks @roodboi! - updating all types to better support non openai clients - this changes some of the previously exported types and adds a few new ones -
#125
c205286
Thanks @roodboi! - Updating zod-stream major and stream output types - this change moves the internal properties tacked onto the stream output from many _properties to one _meta object with the properties nested - this also adds explicit types so when used in ts projects it doesnt yell.
Minor Changes
v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
Patch Changes
-
#66
dc22633
Thanks @ethanleifer! - Cleanup Types, make response_model.name required and rely on inference -
#72
265a9e5
Thanks @ethanleifer! - Implements testing for typescript inference