Uh oh!
There was an error while loading. Please reload this page.
fix: update room_id description to reference active_conversation_id - #98
Conversation
The send_email tool's room_id parameter now explicitly tells the AI to use active_conversation_id from the system prompt context. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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 |
Uh oh!
There was an error while loading. Please reload this page.
Summary
send_emailtool'sroom_idparameter description to explicitly tell the AI to useactive_conversation_idfrom the system prompt contextProblem
The frontend chat's system prompt provides
active_conversation_idbut the send_email tool expectsroom_id. The AI didn't know to use one for the other.Solution
Updated the schema description to: "Room ID to include in the email footer link. Use the active_conversation_id from context."
🤖 Generated with Claude Code