feat(mistral): Add integration with Chat.complete and Chat.complete_async patches - #7528
Open
alexander-alderman-webb wants to merge 11 commits into
Open
alexander-alderman-webb wants to merge 11 commits into
alexander-alderman-webb wants to merge 11 commits into
Conversation
alexander-alderman-webb
added this pull request to stack #7530
September 17, 2026 14:00
Contributor
Codecov Results 📊✅ 128354 passed | ⏭️ 7148 skipped | Total: 135502 | Pass Rate: 94.72% | Execution Time: 440m 20s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 96.67%. Project has 2533 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.20% 90.19% -0.01%
==========================================
Files 193 194 +1
Lines 25773 25833 +60
Branches 9532 9544 +12
==========================================
+ Hits 23248 23300 +52
- Misses 2525 2533 +8
- Partials 1431 1434 +3Generated by Codecov Action |
alexander-alderman-webb
marked this pull request as ready for review
September 21, 2026 07:45
sentrivana
approved these changes
Sep 21, 2026
sentrivana
left a comment
Contributor
There was a problem hiding this comment.
LGTM, just a note about auto enabling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add an integration for
mistralai, themistraltox environment, andmistralaito the uv typing group.Only handle synchronous responses (there is an early return for streaming requests).
Set the
gen_ai.provider.name,gen_ai.operation.nameandgen_ai.response.streamingattributes.Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)