| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Results 📊✅ 52 passed | Total: 52 | Pass Rate: 100% | Execution Time: 5.46s 📊 Comparison with Base Branch
✨ No test changes detected All tests are passing successfully. ❌ Patch coverage is 0.00%. Project has 14995 uncovered lines.
@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 25.50% 25.50% —%
==========================================
Files 189 189 —
Lines 20244 20128 -116
Branches 6584 6890 +306
==========================================
+ Hits 5162 5133 -29
- Misses 15082 14995 -87
- Partials 431 437 +6Generated by Codecov Action |
Sorry, something went wrong.
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Anthropic
Pydantic Ai
Other
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧Anthropic
Docs
Openai Agents
Other
🤖 This preview updates automatically when you update the PR. |
Sorry, something went wrong.
…ropic/only-raw-message-stream-events
…ropic/only-raw-message-stream-events
…ropic/only-raw-message-stream-events
| Back | FazBrowse Home | New Git URL |
Description
Prepare for adding patches for .stream(), which iterate over MessageStreamEvent.
MessageStreamEvent is a superset of RawMessageStreamEvent returned in the iterator from create(stream=True), but only RawMessageStreamEvent are required to collect the information required on AI Client Spans.
Issues
Reminders