Skip to content

Latest commit

 

History

History
197 lines (121 loc) · 3.99 KB

File metadata and controls

197 lines (121 loc) · 3.99 KB

@ai-sdk/alibaba

2.0.0-beta.12

Patch Changes

2.0.0-beta.11

Patch Changes

  • 74d520f: feat: migrate providers to support new top-level reasoning parameter
  • Updated dependencies [74d520f]

2.0.0-beta.10

Patch Changes

2.0.0-beta.9

Patch Changes

2.0.0-beta.8

Patch Changes

2.0.0-beta.7

Patch Changes

  • 811cd8e: fix(provider/alibaba): handle single-item content array cache control

2.0.0-beta.6

Patch Changes

2.0.0-beta.5

Patch Changes

2.0.0-beta.4

Patch Changes

2.0.0-beta.3

Patch Changes

  • 4ab27b9: chore(alibaba): update v3 specs to v4

2.0.0-beta.2

Patch Changes

  • 45b3d76: fix(security): prevent streaming tool calls from finalizing on parsable partial JSON

    Streaming tool call arguments were finalized using isParsableJson() as a heuristic for completion. If partial accumulated JSON happened to be valid JSON before all chunks arrived, the tool call would be executed with incomplete arguments. Tool call finalization now only occurs in flush() after the stream is fully consumed.

  • f7295cb: revert incorrect fix vercel#13172

  • Updated dependencies [45b3d76]

  • Updated dependencies [f7295cb]

2.0.0-beta.1

Patch Changes

2.0.0-beta.0

Major Changes

  • 8359612: Start v7 pre-release

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

  • 6fe0630: fix(provider/alibaba): fix cache control for non-system messages

1.0.4

Patch Changes

1.0.3

Patch Changes

  • 99fbed8: feat: normalize provider specific model options type names and ensure they are exported
  • Updated dependencies [99fbed8]

1.0.2

Patch Changes

  • 4d8c6b9: feat (provider/alibaba): add video generation support

1.0.1

Patch Changes

1.0.0

Major Changes

  • aa924c7: feat(provider/alibaba): initial alibaba provider