-
Notifications
You must be signed in to change notification settings - Fork 469
chore(llmobs): remove submit_evaluation_for method #15045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Yun-Kim
merged 10 commits into
4.0-breaking-changes
from
nicole-cybul/remove-submit-evaluation-for
Nov 3, 2025
Merged
Changes from 4 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
44682d3
remove submit_evaluation_for method
ncybul 305d331
add release note
ncybul 830231c
add migration instructions to release note
ncybul bbaa886
update submit_evaluation_for test
ncybul 15717af
update release note
ncybul b1a0eb6
Merge branch 'main' into nicole-cybul/remove-submit-evaluation-for
ncybul fcee0ab
Merge branch '4.0-breaking-changes' into nicole-cybul/remove-submit-e…
Yun-Kim 3306363
Merge branch '4.0-breaking-changes' into nicole-cybul/remove-submit-e…
Yun-Kim ef57405
Merge branch '4.0-breaking-changes' into nicole-cybul/remove-submit-e…
Yun-Kim 833e25c
Merge branch '4.0-breaking-changes' into nicole-cybul/remove-submit-e…
Yun-Kim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/remove-submit-evaluation-for-ef0c5a217eb18a46.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| deprecations: | ||
| - | | ||
| LLM Observability: ``LLMObs.submit_evaluation_for()`` has been removed. Please use ``LLMObs.submit_evaluation()`` instead for submitting evaluations which | ||
| now has the same signature as the deprecated ``LLMObs.submit_evaluation_for()`` method. | ||
ncybul marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| To migrate: | ||
| - ``LLMObs.submit_evaluation_for(...)`` users: rename to ``LLMObs.submit_evaluation(...)`` | ||
| - ``LLMObs.submit_evaluation_for(...)`` users: rename the ``span_context`` argument to ``span``, i.e. | ||
| ``LLMObs.submit_evaluation(span_context={"span_id": ..., "trace_id": ...}, ...)`` to ``LLMObs.submit_evaluation(span={"span_id": ..., "trace_id": ...}, ...)`` | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.