Skip to content

Releases: dexaai/dexter

v4.0.0-1

17 Oct 23:57
Compare
Choose a tag to compare
v4.0.0-1 Pre-release
Pre-release
  • Refactor imports and simplify module exports 4513b78
  • Upgrade openai-zod-to-json-schema to v1.0.3 0874859
  • Enhance readme.md based on feedback 9f4dd77
  • Replace legacy Model.Message type with Msg d419fd0
  • Add optional strict validation to extract function 7947e4b
  • Rename Runner to AIRunner for consistency e3b290e

v4.0.0-0...v4.0.0-1

v3.0.0-3

21 Sep 20:45
Compare
Choose a tag to compare
v3.0.0-3 Pre-release
Pre-release

What's Changed

  • Add telemetry abstraction to remove Sentry dep (round 2) by @rileytomasek in #47

Full Changelog: v3.0.0-2...v3.0.0-3

v3.0.0-2

19 Jul 13:44
Compare
Choose a tag to compare
v3.0.0-2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-1...v3.0.0-2

v3.0.0-1

17 Jul 21:47
Compare
Choose a tag to compare
v3.0.0-1 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-0...v3.0.0-1

v3.0.0-0

03 Jun 23:12
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

What's Changed

NOTE: this version requires Sentry as a peer dependency. If you aren't using Sentry and don't want to install it, please wait for a future release where it is moved to optional.

Full Changelog: v2.1.0...v3.0.0-0

v2.1.0

01 Jun 16:10
Compare
Choose a tag to compare

What's Changed

  • add opt for passing abort signal to chatCompletion function by @cfortuner in #37

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

21 May 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

25 Apr 04:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

25 Apr 04:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

21 Apr 21:42
Compare
Choose a tag to compare
  • Make Model and Datastore immutable (#17) 75ad931

The values of a model or datastore class are now immutable and should be modified using .extend(), which will create a new instance with updated values. All of the methods for mutating a model or datastore have been removed.

Breaking Changes

Removed

  • Model.merge()
  • Model.setCache()
  • Model.getClient()
  • Model.setClient()
  • Model.getContext()
  • Model.updateContext()
  • Model.setContext()
  • Model.getParams()
  • Model.addParams()
  • Model.setParams()
  • Model.getEvents()
  • Model.addEvents()
  • Model.setEvents()

v1.2.12...v2.0.0