-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: add support for Mistral models in Agent mode #5173
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
Conversation
✅ Deploy Preview for continuedev canceled.
|
Thanks for opening this @Minipeps ! Were you able to test this locally by any chance? I see the tests are updated but curious if you were able to actually do any tool calls in agent mode with one of those models. |
Hey! I have been using this whole week Codestral in agent mode and the tool calling is indeed working as intended! I am only using the built-in tools for now, but I am planning on configuring MCPs to extend the tools available as I work with agent mode. I also tested with Mistral Large and it works fine as well. |
Great, thanks for the contribution here! |
Hi @Minipeps, yesterday we shared some updates with our contributors about how we're aiming to improve the contribution process. Part of this included the addition of a Contributor License Agreement (CLA) to protect both contributors and the project. We're reaching out to ask that previous contributors sign it. Could you please take a moment to sign, or if you have any questions send me a message? (either here or [email protected] would work) To do so, you just need to post a comment below with the following text:
❤️ Thank you for the work you've done on Continue, and let me know if you have any suggestions on how we can make the project even better! |
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Description
Added Mistral provider to
toolSupport.ts
so that agent mode is available for models that support function calling.See supported models here.
Checklist
Testing instructions
Feel free to experiment with Mistral models in agent mode. I have not used agent mode with already supported providers so I could not compare the performance of Mistral models against them.