ref(langgraph): Stop setting gen_ai.response.model on Invoke Agent spans - #7512
Merged
alexander-alderman-webb merged 1 commit intoSep 15, 2026
Merged
alexander-alderman-webb merged 1 commit into
alexander-alderman-webb merged 1 commit into
Conversation
alexander-alderman-webb
marked this pull request as ready for review
September 15, 2026 12:40
sentrivana
approved these changes
Sep 15, 2026
Contributor
Codecov Results 📊✅ 63926 passed | ⏭️ 2998 skipped | Total: 66924 | Pass Rate: 95.52% | Execution Time: 181m 20s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2079 uncovered lines. Coverage diff@@ Coverage Diff @@
## master #PR +/-##
==========================================
- Coverage 90.18% 90.10% -0.08%
==========================================
Files 193 180 -13
Lines 25768 20996 -4772
Branches 9532 7546 -1986
==========================================
+ Hits 23236 18917 -4319
- Misses 2532 2079 -453
- Partials 1432 1187 -245Generated by Codecov Action |
alexander-alderman-webb
deleted the
webb/langgraph/stop-setting-response-model
branch
September 15, 2026 14:04
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
Remove the response model from Invoke Agent spans because it is ambiguous for an agent that can call different models in the course of its execution.
Issues
Reminders
uv run ruff.feat:,fix:,ref:,meta:)