diff --git a/.changeset/six-stars-eat.md b/.changeset/six-stars-eat.md deleted file mode 100644 index e89bf76..0000000 --- a/.changeset/six-stars-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vantige-ai/typescript-sdk": patch ---- - -Adding support for Vercel AI SDK v4. Users can now specify if they are using v4 of the AI SDK which will use the 'parameters' key instead of the newer 'inputSchema' key when creating tools. diff --git a/CHANGELOG.md b/CHANGELOG.md index ab3891a..ba94384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @vantige-ai/typescript-sdk +## 0.2.3 + +### Patch Changes + +- 7a9fbe8: Adding support for Vercel AI SDK v4. Users can now specify if they are using v4 of the AI SDK which will use the 'parameters' key instead of the newer 'inputSchema' key when creating tools. + ## 0.2.2 ### Patch Changes diff --git a/package.json b/package.json index 81f9112..d1da081 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vantige-ai/typescript-sdk", - "version": "0.2.2", + "version": "0.2.3", "description": "Official TypeScript SDK for Vantige AI's knowledge base querying API", "private": false, "author": "Eddie Hudson ",