| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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`. We're setting the value to a legacy attribute, but transitioning to the non-legacy attributes should be done separately so we can update all the integrations at around the same time. Refs PY-2734 Refs #7200
Sorry, something went wrong.
Codecov Results 📊✅ 113083 passed | ⏭️ 6697 skipped | Total: 119780 | Pass Rate: 94.41% | Execution Time: 412m 17s 📊 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 25418 -5
Branches 9336 9336 —
==========================================
+ Hits 22933 22935 +2
- Misses 2490 2483 -7
- Partials 1436 1438 +2Generated by Codecov Action |
Sorry, something went wrong.
…uts (#7207) 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`. We're setting the value to a legacy attribute, but transitioning to the non-legacy attributes should be done separately so we can update all the integrations at around the same time. Refs PY-2734 Refs #7200
| 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.
We're setting the value to a legacy attribute, but transitioning to the non-legacy attributes should be done separately so we can update all the integrations at around the same time.
Refs PY-2734
Refs #7200