Conversation
…ctions over tool calls. The previous prompt told the model to "Return ONLY the JSON object, nothing else" while also providing tool definitions. Models like Qwen 3.5 would follow the text instruction and never use tools. The updated prompt clearly separates the tool-use phase from the final JSON response phase, and explicitly instructs the model to call tools directly rather than describing them in text. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis pull request addresses an issue where certain LLM models failed to use database tools in the AI assistant. The fix updates the system prompt with more explicit instructions for tool usage and documents the fix in the release notes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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 |
Make the LLM prompt much clearer about how and when the model should call tools.
Summary by CodeRabbit