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.20 #320

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps ai from 2.2.34 to 3.0.20.

Release notes

Sourced from ai's releases.

ai@3.0.20

Patch Changes

  • f42bbb5: Remove experimental from useAssistant and AssistantResponse.
  • 149fe26: Deprecate
  • 2eb4b55: Remove experimental_ prefix from StreamData.
  • e45fa96: Add stream support for Bedrock/Cohere.
  • a6b2500: Deprecated the experimental_streamData: true setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.

ai@3.0.19

Patch Changes

  • 4f4c7f5: ai/core: Anthropic tool call support

ai@3.0.18

Patch Changes

  • 63d587e: Add Anthropic provider for ai/core functions (no tool calling).
  • 63d587e: Add automatic mime type detection for images in ai/core prompts.

ai@3.0.17

Patch Changes

  • 2b991c4: Add Google Generative AI provider for ai/core functions.

ai@3.0.16

Patch Changes

  • a54ea77: feat(ai/rsc): add useStreamableValue

ai@3.0.15

Patch Changes

  • 4aed2a5: Add JSDoc comments for ai/core functions.
  • cf8d12f: Export experimental language model specification under ai/spec.

ai@3.0.14

Patch Changes

  • 8088de8: fix(ai/rsc): improve typings for StreamableValue
  • 20007b9: feat(ai/rsc): support string diff and patch in streamable value
  • 6039460: Support Bedrock Anthropic Stream for Messages API.
  • e83bfe3: Added experimental ai/core functions (streamText, generateText, streamObject, generateObject). Add OpenAI and Mistral language model providers.

ai@3.0.13

Patch Changes

  • 026d061: Expose setMessages in useAssistant hook
  • 42209be: AssistantResponse: specify forwardStream return type.

... (truncated)

Commits
  • ddcfc1b Version Packages (#1307)
  • e45fa96 Changeset: Add stream support for Bedrock/Cohere. (#1302)
  • 2eb4b55 Rename experimental_StreamData to StreamData. (#1309)
  • 149fe26 Deprecate <Tokens /> (#1308)
  • a6b2500 Enable stream data protocol and deprecate experimental_streamData: true flag....
  • f42bbb5 Remove experimental from useAssistant and AssistantResponse. (#1306)
  • f6f227d Fix typo in variable name. (#1305)
  • 9885b81 Amazon Bedrock: adding stream support for Cohere (#1301)
  • e3206ff ai/core: remove provider field from errors (#1296)
  • 27d9979 ai/core: add tests for Google generative ai provider. (#1281)
  • Additional commits viewable in compare view


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 #321.