Fix example tools for AI SDK v6 and remove noisy warning#223
Fix example tools for AI SDK v6 and remove noisy warning#223sethconvex merged 2 commits intomainfrom
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
29f3c1d to
a19d166
Compare
commit: |
a19d166 to
c209e89
Compare
231f81f to
36cede8
Compare
c209e89 to
0eb6f6a
Compare
When pagination cuts off a tool-result from its tool-call, we handle it gracefully by creating a standalone tool part. The warning was noisy for this expected pagination behavior. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0eb6f6a to
17cd6b6
Compare
- Update createTool calls in examples: args -> inputSchema, handler -> execute - Fix lint errors in check-upgrade.js (Node.js globals, unused catch var) - Remove unused ToolApprovalRequest/Response imports from mapping.ts Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17cd6b6 to
b25ec92
Compare
Merge activity
|

Summary
createToolcalls to AI SDK v6 syntax (args→inputSchema,handler→execute)ToolApprovalRequest/ToolApprovalResponseimports frommapping.tsCherry-picked from #217 (commits
8640c1a,77817f7).Test plan
npm run buildpassesnpm run typecheckpasses🤖 Generated with Claude Code