feat(core): Add enableTruncation option to Vercel AI integration#20195
feat(core): Add enableTruncation option to Vercel AI integration#20195
enableTruncation option to Vercel AI integration#20195Conversation
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Core
Deps
Other
Bug Fixes 🐛Deno
Other
Internal Changes 🔧Deps
Other
🤖 This preview updates automatically when you update the PR. |
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
|
oops merged this incorrectly, so will merge-commit merge this, sorry about this... |
This PR adds an enableTruncation option to the Vercel GenAI integration that allows users to disable input message truncation. It defaults to true to preserve existing behavior.
Closes #20140