Skip to content

Latest commit

 

History

History
127 lines (65 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

127 lines (65 loc) · 1.37 KB

zod-mind

1.1.1

Patch Changes

  • Updated dependencies

1.1.0

Minor Changes

  • Improved defaults and added auto-healing.

1.0.2

Patch Changes

  • Add buffering

1.0.1

Patch Changes

  • Exposed GPT client, updated models.

1.0.0

Major Changes

  • A complete overhaul of zodMind - now based on OpenAI Function Calling API

0.4.0

Minor Changes

  • Add backoff

0.3.5

Patch Changes

  • Allow AnyValue in Zod LLM Interface

0.3.4

Patch Changes

  • Fixed an issue with GPT4

0.3.3

Patch Changes

0.3.2

Patch Changes

  • Testing GitHub actions

0.3.1

Patch Changes

  • Testing publishing (this is the same as 0.3.0)

0.3.0

Minor Changes

  • Removed CJS support. Zod-Mind is now ESM only.

0.2.2

Patch Changes

  • Fix the documentation

0.2.1

Patch Changes

  • Updated GPT_Client

0.2.0

Minor Changes

  • 2828b23: Refactored prompt input and output

Patch Changes

  • a0af650: Improve self healing

0.1.0

Minor Changes

  • Keep track of asssitant responses

0.0.5

Patch Changes

  • Export ZodMind Types

0.0.4

Patch Changes

  • Updated the readme documentation and examples

0.0.3

Patch Changes

  • Fixed an error because of an incorrect zodToJsonSchema import

0.0.2

Patch Changes

  • First release!