| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Tool call data is part of the model's response, so it should be recorded when `data_collection.gen_ai.outputs` is enabled, not gated on `inputs`. Previously, disabling outputs while leaving inputs enabled still collected tool calls, and disabling inputs alone dropped them even though outputs remained enabled. Refs PY-2734 Refs #7200
Sorry, something went wrong.
Codecov Results 📊✅ 113171 passed | ⏭️ 6721 skipped | Total: 119892 | Pass Rate: 94.39% | Execution Time: 413m 2s 📊 Comparison with Base Branch
➖ Removed Tests (1)View removed tests
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2483 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 90.20% 90.23% +0.03%
==========================================
Files 193 193 —
Lines 25423 25421 -2
Branches 9336 9336 —
==========================================
+ Hits 22933 22938 +5
- Misses 2490 2483 -7
- Partials 1436 1437 +1Generated by Codecov Action |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Tool call data is part of the model's response, so it should be recorded when data_collection.gen_ai.outputs is enabled, not gated on inputs.
Refs PY-2734
Refs #7200