-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Updating ask sage models to support tool calling. #9526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating ask sage models to support tool calling. #9526
Conversation
… now work correctly.
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
RomneyDa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alex-mcgraw-askSage Thank you for the contribution!
|
@alex-mcgraw-askSage note that you may want to look at |
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.39.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |

Description
Previously, models provided via Ask Sage could not be utilized in Plan nor Agent mode because tool calling wasn't supported. Tool calling is now supported, so those modes work. Solves issue #9513
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Searching for files in the current repo.
Examining a directory.
Implementing a solution/having an agent write to a file.
Tests
N/A
Continue Tasks
Powered by Continue
Summary by cubic
Adds tool calling support to Ask Sage models so Plan and Agent modes work. Converts standard tools and tool choice to AskSage format and returns tool calls in assistant messages.
Written for commit 78c0a5d. Summary will update on new commits.