Skip to content

Latest commit

 

History

History
132 lines (67 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

132 lines (67 loc) · 8.63 KB

@instructor-ai/instructor

1.7.0

Minor Changes

  • #195 3aac90e Thanks @roodboi! - adding a new mode to support parsing thinking blocks out of markdown json responses (R1)

1.6.0

Minor Changes

  • #193 da449de Thanks @roodboi! - update peer deps + remove baseUrl check on generic client type guard

  • #191 bf240b2 Thanks @roodboi! - Updating core openai/zod stream/zod/anthropic dependencies to latest - updating tests and support validation to better handle changes without warning unnecessarily.

    Peer dependencies will likely need to be updated to match the latest.

1.5.0

Minor Changes

Patch Changes

1.4.0

Minor Changes

  • #182 0a5bbd8 Thanks @roodboi! - update client types to better support non oai clients + updates to allow for passing usage properties into meta from non-oai clients

1.3.0

Minor Changes

  • #176 6dd4255 Thanks @roodboi! - add ability to include usage from streams by teeing stream when option is present

  • #177 09f04d1 Thanks @roodboi! - add new option for providing custom logger add new option for retrying on any error

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #164 6942d65 Thanks @roodboi! - adding request option pass through + handling non validation errors a little bit better and not retrying if not validation error specifically

1.1.2

Patch Changes

  • #162 287aa27 Thanks @roodboi! - add groq to supported providers - remove error on validation and warn instead so we dont fail if we are out of date on the mappings

1.1.1

Patch Changes

  • #157 c272342 Thanks @roodboi! - updates zod-stream dep to get control charachter filtering on teh raw stream

1.1.0

Minor Changes

  • #153 76ef059 Thanks @roodboi! - updated client types to be more flexible - added tests for latest anthropic updates and llm-polyglot major

1.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

  • #132 f65672c Thanks @roodboi! - adding meta to standard completions as well and including usage - also added more verbose debug logs and new provider specific transformers to handle discrepencies in various apis

0.0.7

Patch Changes

  • #123 70d3874 Thanks @roodboi! - updating zod-stream/schema-stream to pick up on updates to enums and handling better defaults

0.0.6

Patch Changes

0.0.5

Patch Changes

  • #99 c9ab910 Thanks @roodboi! - Adding explicit support for non-oai providers - currently anyscale and together ai - will do explicit checks on mode selected vs provider and model

  • #97 c7aec7c Thanks @roodboi! - Fixing inference on stream types when using npm or pnpm

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes