| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 96984 passed | ⏭️ 6239 skipped | Total: 103223 | Pass Rate: 93.96% | Execution Time: 349m 40s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ✅ Patch coverage is 92.86%. Project has 2506 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 89.95% 89.91% -0.04%
==========================================
Files 193 193 —
Lines 24828 24828 —
Branches 8930 8930 —
==========================================
+ Hits 22331 22322 -9
- Misses 2497 2506 +9
- Partials 1415 1417 +2Generated by Codecov Action |
Sorry, something went wrong.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b899589. Configure here.
Sorry, something went wrong.
…gPart` (getsentry#7037) Set the structured `gen_ai.output.messages` attribute on AI Client spans, replacing the deprecated `gen_ai.response.tool_calls` and `gen_ai.response.text` attributes. Include the previously captured `TextPart` and `BaseToolCallPart` instances in the attribute, and additionally `ThinkingPart`. If the response contains none of these parts, do not set the attribute.
| Back | FazBrowse Home | New Git URL |
Description
Set structured gen_ai.output.messages instead of deprecated gen_ai.response.tool_calls and gen_ai.response.text attributes.
Handle previous output types, and additionally ThinkingPart.
Issues
Reminders