[bot] Merge master/c31c1ecf into rel/dev#1687
Conversation
Add an optional run_metadata_extra parameter to build_run_context and every evaluate_agentic_* entrypoint. Its keys are added to the Langfuse dataset-run metadata; default None keeps behavior unchanged for existing callers. The SDK-derived model_version is applied last and cannot be overwritten by it. Stop hardcoding the consumer-specific "tavern-e2e" testing_framework tag in the SDK (both build_run_context and the observe() fallback); callers now supply their own run tags via run_metadata_extra. This enables a caller (e.g. gdc-nas tavern-e2e CI) to stamp testing_framework + a github_run_id for exact report isolation, without the SDK reading any ambient env itself. Docstring converted to Google style. Includes unit coverage for the merge, model_version precedence, and default paths. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat(gooddata-eval): optional run_metadata_extra on agentic evaluators
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## rel/dev #1687 +/- ##
===========================================
+ Coverage 77.85% 77.91% +0.05%
===========================================
Files 271 271
Lines 18603 18603
===========================================
+ Hits 14483 14494 +11
+ Misses 4120 4109 -11 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🚀 Automated PR to perform merge from master into rel/dev with changes up to c31c1ec (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/29231952747).