| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Route input/output attribute collection for AI_AGENT, AI_CHAT, and AI_TOOL span templates through the `data_collection.gen_ai` option when enabled, falling back to `send_default_pii` otherwise. Prompts recorded via `prompt`/`system_prompt` kwargs stay ungated when `data_collection` is not configured, preserving pre-existing behavior. Fixes PY-2749 Fixes #7293
Sorry, something went wrong.
Codecov Results 📊✅ 119180 passed | ⏭️ 6762 skipped | Total: 125942 | Pass Rate: 94.63% | Execution Time: 423m 57s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2493 uncovered lines. @@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 90.30% 90.27% -0.03%
==========================================
Files 193 193 —
Lines 25601 25611 +10
Branches 9436 9440 +4
==========================================
+ Hits 23116 23118 +2
- Misses 2485 2493 +8
- Partials 1435 1435 —Generated by Codecov Action |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Route input/output attribute collection for AI_AGENT, AI_CHAT, and AI_TOOL span templates through the data_collection.gen_ai option when enabled, falling back to send_default_pii otherwise. Prompts recorded via prompt/system_prompt kwargs stay ungated when data_collection is not configured, preserving pre-existing behavior.
Fixes PY-2749
Fixes #7293