Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ai to v3.4.33 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ai (source) 3.3.21 -> 3.4.33 age adoption passing confidence

Release Notes

vercel/ai (ai)

v3.4.33

Compare Source

Patch Changes
  • ac380e3: fix (provider/anthropic): continuation mode with 3+ steps

v3.4.32

Compare Source

Patch Changes
  • 6bb9e51: fix (ai/core): expose response.messages in streamText

v3.4.31

Compare Source

Patch Changes

v3.4.30

Compare Source

Patch Changes

v3.4.29

Compare Source

Patch Changes
  • 54b56f7: feat (ai/core): send tool and tool choice telemetry data

v3.4.28

Compare Source

Patch Changes
  • 29f1390: feat (ai/test): add simulateReadableStream helper

v3.4.27

Compare Source

Patch Changes
  • fa772ae: feat (ai/core): automatically convert ui messages to core messages

v3.4.26

Compare Source

Patch Changes
  • 57f39ea: feat (ai/core): support multi-modal tool results in convertToCoreMessages

v3.4.25

Compare Source

Patch Changes
  • 6e0fa1c: fix (ai/core): wait for tool results to arrive before sending finish event

v3.4.24

Compare Source

Patch Changes

v3.4.23

Compare Source

Patch Changes

v3.4.22

Compare Source

Patch Changes

v3.4.21

Compare Source

Patch Changes
  • 3954471: (experimental) fix passing "experimental_toToolResultContent" into PoolResultPart

v3.4.20

Compare Source

Patch Changes

v3.4.18

Compare Source

Patch Changes
  • 95c67b4: fix (ai/core): handle tool calls without results in message conversion

v3.4.17

Compare Source

Patch Changes
  • e4ff512: fix (core): prevent unnecessary input/output serialization when telemetry is not enabled

v3.4.16

Compare Source

Patch Changes
  • 01dcc44: feat (ai/core): add experimental activeTools option to generateText and streamText

v3.4.15

Compare Source

Patch Changes

v3.4.14

Compare Source

Patch Changes
  • e930f40: feat (ai/core): expose core tool result and tool call types

v3.4.13

Compare Source

Patch Changes
  • fc39158: fix (ai/core): add abortSignal to tool helper function

v3.4.12

Compare Source

Patch Changes
  • a23da5b: feat (ai/core): forward abort signal to tools

v3.4.11

Compare Source

Patch Changes

v3.4.10

Compare Source

Patch Changes
  • 0b557d7: feat (ai/core): add tracer option to telemetry settings
  • 44f6bc5: feat (ai/core): expose StepResult type

v3.4.9

Compare Source

Patch Changes
  • d347538: fix (ai/core): export FilePart interface

v3.4.8

Compare Source

Patch Changes

v3.4.7

Compare Source

Patch Changes
  • db04700: feat (core): support converting attachments to file parts
  • 988707c: feat (ai/core): automatically download files from urls

v3.4.6

Compare Source

Patch Changes

v3.4.5

Compare Source

Patch Changes

v3.4.4

Compare Source

Patch Changes
  • 4db074b: fix (ai/core): correct whitespace in generateText continueSteps
  • 1297e1b: fix (ai/core): correct whitespace in streamText continueSteps

v3.4.3

Compare Source

Patch Changes
  • b270ae3: feat (ai/core): streamText continueSteps (experimental)
  • b270ae3: chore (ai/core): rename generateText continuationSteps to continueSteps

v3.4.2

Compare Source

Patch Changes
  • e6c7e98: feat (ai/core): add continuationSteps to generateText

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes

v3.3.44

Compare Source

Patch Changes

v3.3.43

Compare Source

Patch Changes
  • fea6bec: fix (ai/core): support tool calls without arguments

v3.3.42

Compare Source

Patch Changes
  • de37aee: feat (ai): Add support for LlamaIndex

v3.3.41

Compare Source

Patch Changes

v3.3.40

Compare Source

Patch Changes
  • a91c308: feat (ai/core): add responseMessages to streamText

v3.3.39

Compare Source

Patch Changes
  • 33cf3e1: feat (ai/core): add providerMetadata to StepResult
  • 17ee757: feat (ai/core): add onStepFinish callback to generateText

v3.3.38

Compare Source

Patch Changes
  • 83da52c: feat (ai/core): add onStepFinish callback to streamText

v3.3.37

Compare Source

Patch Changes

v3.3.36

Compare Source

Patch Changes

v3.3.35

Compare Source

Patch Changes

v3.3.34

Compare Source

Patch Changes
  • a0403d6: feat (react): support sending attachments using append
  • 678449a: feat (ai/core): export test helpers
  • ff22fac: fix (ai/rsc): streamUI onFinish is called when tool calls have finished
  • Updated dependencies [a0403d6]

v3.3.33

Compare Source

Patch Changes
  • cbddc83: fix (ai/core): filter out empty text parts

v3.3.32

Compare Source

Patch Changes
  • ce7a4af: feat (ai/core): support providerMetadata in functions

v3.3.31

Compare Source

Patch Changes
  • 561fd7e: feat (ai/core): add output: enum to generateObject

v3.3.30

Compare Source

Patch Changes
  • 6ee1f8e: feat (ai/core): add toDataStream to streamText result

v3.3.29

Compare Source

Patch Changes
  • 1e3dfd2: feat (ai/core): enhance pipeToData/TextStreamResponse methods

v3.3.28

Compare Source

Patch Changes
  • db61c53: feat (ai/core): middleware support

v3.3.27

Compare Source

Patch Changes

v3.3.26

Compare Source

Patch Changes

v3.3.25

Compare Source

Patch Changes
  • 4f1530f: feat (ai/core): add OpenTelemetry Semantic Conventions for GenAI operations to v1.27.0 of standard
  • dad775f: feat (ai/core): add finish event and avg output tokens per second (telemetry)

v3.3.24

Compare Source

Patch Changes
  • d87a655: fix (ai/core): provide fallback when globalThis.performance is not available

v3.3.23

Compare Source

Patch Changes
  • b55e6f7: fix (ai/core): streamObject text stream in array mode must not include elements: prefix.

v3.3.22

Compare Source

Patch Changes
  • a5a56fd: fix (ai/core): only send roundtrip-finish event after async tool calls are done

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency ai to v3.3.41 fix(deps): update dependency ai to v3.3.43 Sep 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.3.43 fix(deps): update dependency ai to v3.4.0 Sep 21, 2024
@renovate renovate bot force-pushed the renovate/ai-3.x-lockfile branch 2 times, most recently from 76fb70b to c9072a0 Compare September 24, 2024 20:40
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.0 fix(deps): update dependency ai to v3.4.2 Sep 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.2 fix(deps): update dependency ai to v3.4.4 Sep 26, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.4 fix(deps): update dependency ai to v3.4.5 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/ai-3.x-lockfile branch 2 times, most recently from e19a0f4 to 6db1c91 Compare September 28, 2024 02:33
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.5 fix(deps): update dependency ai to v3.4.7 Sep 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.7 fix(deps): update dependency ai to v3.4.8 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/ai-3.x-lockfile branch 2 times, most recently from 6b1e774 to e49a637 Compare October 6, 2024 04:54
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.8 fix(deps): update dependency ai to v3.4.9 Oct 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.9 fix(deps): update dependency ai to v3.4.10 Oct 16, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.10 fix(deps): update dependency ai to v3.4.16 Oct 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.16 fix(deps): update dependency ai to v3.4.18 Oct 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.18 fix(deps): update dependency ai to v3.4.20 Oct 26, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.20 fix(deps): update dependency ai to v3.4.22 Oct 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.22 fix(deps): update dependency ai to v3.4.23 Oct 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.23 fix(deps): update dependency ai to v3.4.29 Oct 30, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.29 fix(deps): update dependency ai to v3.4.30 Nov 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.30 fix(deps): update dependency ai to v3.4.31 Nov 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency ai to v3.4.31 fix(deps): update dependency ai to v3.4.33 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants