feat(openai): Deprecate include_prompts parameter in favour of data_collection options - #7034
Open
ericapisani wants to merge 1 commit into
Open
feat(openai): Deprecate include_prompts parameter in favour of data_collection options#7034ericapisani wants to merge 1 commit into
ericapisani wants to merge 1 commit into
Conversation
…ollection options Gate prompt-related data collection behind the new data_collection configuration. The include_prompts parameter remains for backwards compatibility but is now superseded by data_collection.gen_ai.inputs. Tool definitions continue to be collected based on data_collection settings to support existing monitoring. Refs PY-2588
Contributor
Codecov Results 📊✅ 96702 passed | ⏭️ 6191 skipped | Total: 102893 | Pass Rate: 93.98% | Execution Time: 346m 24s 📊 Comparison with Base Branch
All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 2499 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 89.90% 89.93% +0.03%
==========================================
Files 193 193 —
Lines 24828 24822 -6
Branches 8930 8924 -6
==========================================
+ Hits 22322 22323 +1
- Misses 2506 2499 -7
- Partials 1416 1416 —Generated by Codecov Action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gate prompt-related data collection behind the new data_collection configuration. The include_prompts parameter remains for backwards compatibility but is now superseded by data_collection.gen_ai.inputs. Tool definitions continue to be collected based on data_collection settings to support existing monitoring.
Replaces #6981
Refs PY-2588