Skip to content

fix: correct inaccurate migration guide documentation#375

Merged
louis-sanna-dev merged 1 commit intomainfrom
fix/migration-guide-accuracy
Feb 26, 2026
Merged

fix: correct inaccurate migration guide documentation#375
louis-sanna-dev merged 1 commit intomainfrom
fix/migration-guide-accuracy

Conversation

@louis-sanna-dev
Copy link
Contributor

Summary

  • Remove false "Type Name Changes" section (claimed renamings like ToolsConversationRequestTool don't exist)
  • Remove false "Shorter Request/Response Class Names" section (long names like JobsAPIRoutesFineTuningCreateFineTuningJobResponse are still used)
  • Simplify installation section with accurate information
  • Add clarifying note for v2 users reading the v0→v1 migration section

Test plan

  • Verified all remaining claims against actual codebase
  • Confirmed import paths, class names, and method names are accurate

- Remove false "Type Name Changes" section (claimed renamings don't exist)
- Remove false "Shorter Request/Response Class Names" section (long names still used)
- Simplify installation section with accurate info
- Add clarifying note for v2 users reading v0->v1 section
Copy link

@andreaonofrei01 andreaonofrei01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM🚀

@louis-sanna-dev louis-sanna-dev merged commit 11babe1 into main Feb 26, 2026
9 checks passed
|---|---|
| `pip install mistralai` | `pip install mistralai` (includes Azure and GCP) |
| `pip install mistralai[gcp]` (for GCP auth) | `pip install "mistralai[gcp]"` (for GCP auth dependencies) |
The main `mistralai` package now bundles Azure and GCP support. You can also install `mistralai-azure` or `mistralai-gcp` as standalone distributions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No you can't, I'm surprised it generated that? "You can also install mistralai-azure or mistralai-gcp as standalone distributions."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Nelson-PROIA ah. Thanks for catch, let's me fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants