feat(mistral): Add integration with Chat.complete and Chat.complete_async patches - #7528
Draft
alexander-alderman-webb wants to merge 5 commits into
Draft
alexander-alderman-webb wants to merge 5 commits into
alexander-alderman-webb wants to merge 5 commits into
Conversation
alexander-alderman-webb
added this pull request to stack #7530
September 17, 2026 14:00
Contributor
Codecov Results 📊✅ 128226 passed | ⏭️ 7148 skipped | Total: 135374 | Pass Rate: 94.72% | Execution Time: 446m 55s 📊 Comparison with Base Branch
All tests are passing successfully. ❌ Patch coverage is 43.33%. Project has 2566 uncovered lines. Files with missing lines (1)
Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.21% 90.07% -0.14%
==========================================
Files 193 194 +1
Lines 25773 25833 +60
Branches 9532 9544 +12
==========================================
+ Hits 23248 23267 +19
- Misses 2525 2566 +41
- Partials 1431 1430 -1Generated by Codecov Action |
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:)