ai@7.0.116
Vercel AI SDK release ai@7.0.116 updates package compilation to ES2022 and refines prompt conversion handling for file URLs.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Vercel AI SDK version 7.0.116 introduces two key patch changes. Packages are now compiled for the ES2022 runtime target. Additionally, prompt conversion now preserves original opaque URI strings in tagged file URLs and enforces exact matching against supported URL MIME types, preventing unsupported subtypes from being forwarded to downstream providers. Associated dependencies @ai-sdk/provider-utils@5.0.49 and @ai-sdk/gateway@4.0.94 were also updated.
可执行摘要
ai@7.0.116 updates package compilation to the ES2022 runtime target and fixes tagged file URL prompt conversion to preserve original opaque URIs and strictly match supported MIME types.
- Agent 实用度
- 77/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Verify runtime environments support ES2022 targets.
- Test file URL inputs to ensure MIME types match provider-supported formats exactly without relying on subtype fallbacks.