ai@7.0.114
Vercel AI SDK release 7.0.114 fixes tracing-channel context filtering with telemetry allowlists and clarifies prompt validation behavior for system messages.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
The ai@7.0.114 release contains patch-level improvements. Commit b5679a7 addresses an issue where tracing-channel context was not properly filtered, applying telemetry allowlists. Commit ca31b89 updates prompt validation logic and documentation to clarify that allowSystemInMessages permits all system messages, including instruction text. The package also updates its dependency on @ai-sdk/gateway to version 4.0.92.
可执行摘要
Vercel AI SDK updated to ai@7.0.114, introducing a fix to filter tracing-channel context using telemetry allowlists, clarifying that allowSystemInMessages permits all system messages in prompt validation, and bumping @ai-sdk/gateway to 4.0.92.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade the ai package dependency to 7.0.114 via npm or package manager.
- Verify telemetry tracing behavior to ensure contexts adhere to telemetry allowlists.
- Ensure usage of allowSystemInMessages aligns with the clarified validation rules permitting all system messages.