Skip to content

Releases: vantige-ai/typescript-sdk

v0.2.3

04 Sep 16:37
7441b0a

Choose a tag to compare

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.

v0.2.2

03 Sep 17:23
a37e893

Choose a tag to compare

Patch Changes

  • 5d70483: Switch to shields.io for npm badge

v0.2.1

03 Sep 16:32
0caffd1

Choose a tag to compare

Patch Changes

  • 2416fd8: Fix for version badge in README.md

v0.2.0

03 Sep 15:59
e9b32ab

Choose a tag to compare

Minor Changes

  • 15e51ac: Set up changesets for automated version management and NPM publishing

    • Add @changesets/cli for version management
    • Configure GitHub Actions for automated publishing
    • Add changeset scripts to package.json
    • Update README with proper version badge

    New features:

    • Add client method to list available knowledge bases
    • Add AI SDK tools utility functions in src/utils/ai-sdk-tools.ts

    Tests:

    • Added unit testing with Jest