vercel / modelfusion

The TypeScript library for building AI applications.
https://modelfusion.dev
MIT License
1.01k stars 76 forks source link

Bump ai from 2.2.34 to 3.0.31 #329

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ai from 2.2.34 to 3.0.31.

Release notes

Sourced from ai's releases.

ai@3.0.31

Patch Changes

  • 74c63b1: ai/core: add toAIStreamResponse() helper to streamText.

ai@3.0.30

Patch Changes

  • e7e5898: use-assistant: fix missing message content

ai@3.0.29

Patch Changes

  • 22a737e: Fix: mark useAssistant as in progress for append/submitMessage.

ai@3.0.28

Patch Changes

  • d6431ae: ai/core: add logprobs support (thanks @​SamStenner for the contribution)
  • 25f3350: ai/core: add support for getting raw response headers.
  • Updated dependencies [d6431ae]
  • Updated dependencies [25f3350]
    • @​ai-sdk/provider@​0.0.2
    • @​ai-sdk/provider-utils@​0.0.3

ai@3.0.27

Patch Changes

  • eb150a6: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.
  • Updated dependencies [eb150a6]
    • @​ai-sdk/provider-utils@​0.0.2
    • @​ai-sdk/provider@​0.0.1

ai@3.0.26

Patch Changes

  • f90f6a1: ai/core: add pipeAIStreamToResponse() to streamText result.

ai@3.0.25

Patch Changes

  • 1e84d6d: Fix: remove mistral lib type dependency.
  • 9c2a049: Add append() helper to useAssistant.

ai@3.0.24

Patch Changes

  • e94fb32: feat(ai/rsc): Make onSetAIState and onGetUIState stable

ai@3.0.23

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for ai since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

Superseded by #331.