Skip to content

Latest commit

 

History

History
228 lines (123 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

228 lines (123 loc) · 4.29 KB

zod-to-openai-tool

0.13.1

Patch Changes

  • 0669d58: Bump the development-dependencies group with 3 updates
  • e5f90ae: Bump openai from 4.54.0 to 4.55.1 in the development-dependencies group across 1 directory
  • c35fe24: Add another example to readme

0.13.0

Minor Changes

  • bf55b2c: Possibly Breaking Change: No longer removes additionalProperties from the schema, as that is handled correctly in the openai api itself now and doesn't seem to affect token counts anymore

Patch Changes

  • f4fa0ae: Bump the development-dependencies group with 3 updates
  • eb63600: Bump tsx from 4.16.3 to 4.16.5 in the development-dependencies group across 1 directory

0.12.0

Minor Changes

  • 27d314c: Replace the retrieval tool with file_search
  • 27d314c: Update openai package version (may change some types)

Patch Changes

  • 27d314c: Update readme and examples to use gpt-4o-mini
  • 2921273: Bump zod-to-json-schema from 3.22.5 to 3.23.0 in the production-dependencies group
  • 0eec5bb: Use pnpm v9

0.11.25

Patch Changes

  • 0351d2e: Bump the production-dependencies group with 1 update
  • 6e6a998: Bump vite from 5.1.4 to 5.2.8

0.11.24

Patch Changes

  • e06e8f2: Bump the development-dependencies group with 2 updates

0.11.23

Patch Changes

  • 7cab53a: Bump the development-dependencies group with 5 updates
  • 2607257: Bump the development-dependencies group with 2 updates

0.11.22

Patch Changes

  • 2ed4b32: Bump the development-dependencies group with 2 updates

0.11.21

Patch Changes

  • a74b15f: Bump the development-dependencies group with 1 update
  • 0dc61f1: Bump the production-dependencies group with 1 update
  • a5bfed4: Bump the development-dependencies group with 1 update

0.11.20

Patch Changes

  • bd68840: Bump the development-dependencies group with 3 updates
  • a5e9496: Bump the development-dependencies group with 1 update

0.11.19

Patch Changes

  • bf8acf2: Bump the development-dependencies group with 4 updates
  • 439af89: Bump vite from 5.0.11 to 5.0.12

0.11.18

Patch Changes

  • 4937202: Bump the development-dependencies group with 3 updates

0.11.17

Patch Changes

  • 251f7dc: Bump the development-dependencies group with 2 updates

0.11.16

Patch Changes

  • 880860f: Bump the development-dependencies group with 2 updates

0.11.15

Patch Changes

  • d81d621: Bump the development-dependencies group with 3 updates
  • 4980853: Bump the development-dependencies group with 1 update

0.11.14

Patch Changes

  • 5c20044: Bump the development-dependencies group with 1 update
  • 5910c1e: Bump the development-dependencies group with 2 updates

0.11.13

Patch Changes

  • 2b4cec9: Bump the development-dependencies group with 2 updates

0.11.12

Patch Changes

  • baa4aad: Bump the production-dependencies group with 1 update

0.11.11

Patch Changes

  • 41eb53d: Bump the production-dependencies group with 1 update
  • 9ab605c: Bump the development-dependencies group with 2 updates

0.11.10

Patch Changes

  • 529faac: Bump the development-dependencies group with 2 updates

0.11.9

Patch Changes

  • ec6a1de: Bump the development-dependencies group with 1 update

0.11.8

Patch Changes

  • 555bfc0: Bump the development-dependencies group with 3 updates

0.11.7

Patch Changes

  • 4bbaf81: Bump the production-dependencies group with 1 update

0.11.6

Patch Changes

  • bfa157c: Update release.yml

0.11.5

Patch Changes

  • 2de76f8: Update release.yml

0.11.4

Patch Changes

  • fe431f2: Add github releases flag

0.11.3

Patch Changes

  • 3b081b5: Update build dependencies

0.11.2

Patch Changes

  • d714e42: Show better example in readme

0.11.1

Patch Changes

  • f5629b1: Fix typo in readme

0.11.0

Minor Changes

  • 4a981ba: Add aliases for code interpreter and retrieval tools

0.10.0

Minor Changes

  • 5f2fffb: Fix missing type check for run function in createTools
  • 09f53bb: Replace tool() with t

0.9.0

Minor Changes

  • 72c361d: Replace build tool with tsup

0.8.1

Patch Changes

  • a5eea5e: Update documentation to match v0.8.0 changes

0.8.0

Minor Changes

  • 6df4982: Separate processActions into processChatActions and processAssistantActions

Patch Changes

  • 2750020: Add changesets
  • b823ec0: Update tests to match new api