-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Reasoning support for evaluators #42482
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
Closed
Closed
Changes from all commits
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
4318329
Prepare evals SDK Release
192b980
Fix bug
758adb4
Fix for ADV_CONV for FDP projects
de09fd1
Update release date
ef60fe6
Merge branch 'main' into main
nagkumar91 8ca51d0
Merge branch 'Azure:main' into main
nagkumar91 98bfc3a
Merge branch 'Azure:main' into main
nagkumar91 a5f32e8
Merge branch 'Azure:main' into main
nagkumar91 5fd88b6
Merge branch 'Azure:main' into main
nagkumar91 51f2b44
Merge branch 'Azure:main' into main
nagkumar91 a5be8b5
Merge branch 'Azure:main' into main
nagkumar91 75965b7
Merge branch 'Azure:main' into main
nagkumar91 d0c5e53
Merge branch 'Azure:main' into main
nagkumar91 b790276
Merge branch 'Azure:main' into main
nagkumar91 d5ca243
Merge branch 'Azure:main' into main
nagkumar91 8d62e36
re-add pyrit to matrix
59a70f2
Change grader ids
4d146d7
Merge branch 'Azure:main' into main
nagkumar91 f7a4c83
Update unit test
79e3a40
replace all old grader IDs in tests
588cbec
Merge branch 'main' into main
nagkumar91 7514472
Update platform-matrix.json
nagkumar91 28b2513
Update test to ensure everything is mocked
8603e0e
tox/black fixes
895f226
Skip that test with issues
b4b2daf
Merge branch 'Azure:main' into main
nagkumar91 023f07f
update grader ID according to API View feedback
45b5f5d
Update test
1ccb4db
remove string check for grader ID
6fd9aa5
Merge branch 'Azure:main' into main
nagkumar91 f871855
Update changelog and officialy start freeze
59ac230
update the enum according to suggestions
794a2c4
update the changelog
b33363c
Finalize logic
464e2dd
Merge branch 'Azure:main' into main
nagkumar91 4585b14
Merge branch 'Azure:main' into main
nagkumar91 89c2988
Initial plan
Copilot 6805018
Fix client request ID headers in azure-ai-evaluation
Copilot aad48df
Fix client request ID header format in rai_service.py
Copilot db75552
Merge pull request #5 from nagkumar91/copilot/fix-4
nagkumar91 b8eebf3
Merge branch 'Azure:main' into main
nagkumar91 2899ad4
Merge branch 'Azure:main' into main
nagkumar91 c431563
Merge branch 'Azure:main' into main
nagkumar91 79ed63c
Merge branch 'Azure:main' into main
nagkumar91 a3be3fc
Merge branch 'Azure:main' into main
nagkumar91 056ac4d
Passing threshold in AzureOpenAIScoreModelGrader
1779059
Add changelog
43fecff
Adding the self.pass_threshold instead of pass_threshold
b0c102b
Merge branch 'Azure:main' into main
nagkumar91 7bf5f1f
Add the python grader
3248ad0
Remove redundant test
d76f59b
Add class to exception list and format code
4d60e43
Merge branch 'main' into feature/python_grader
nagkumar91 98d1626
Merge branch 'Azure:main' into main
nagkumar91 9248c38
Add properties to evaluation upload run for FDP
74b760f
Remove debug
23dbc85
Merge branch 'feature/python_grader'
467ccb6
Remove the redundant property
c2beee8
Merge branch 'Azure:main' into main
nagkumar91 be9a19a
Fix changelog
de3a1e1
Fix the multiple features added section
f9faa61
removed the properties in update
69e783a
Merge branch 'Azure:main' into main
nagkumar91 8ebea2a
Merge branch 'Azure:main' into main
nagkumar91 3f9c818
Merge branch 'Azure:main' into main
nagkumar91 3b3159c
Merge branch 'Azure:main' into main
nagkumar91 d78b834
Merge branch 'Azure:main' into main
nagkumar91 ae3fc52
Merge branch 'Azure:main' into main
nagkumar91 19cce75
evaluation: support is_reasoning_model across all prompty-based evalu…
e59ca7f
evaluation: docs(Preview) + groundedness feature-detection + is_reaso…
98b4618
evaluation: revert _proxy_completion_model.py to origin/main version
706c042
Merge branch 'Azure:main' into main
nagkumar91 c418513
Merge remote-tracking branch 'origin/main' into diff-20250811-171736
86f24ba
Restore files that shouldn't have been modified
f91ee63
Merge branch 'Azure:main' into main
nagkumar91 a1e55b4
Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evalua…
nagkumar91 bd6809f
Update the groundedness based on comments
3ae37cb
Add changelog to bug fix and link issue
6b8d4ce
Fix docstring
733ee1a
lint fixes
8f39719
Update sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evalua…
nagkumar91 7b3b889
Merge branch 'Azure:main' into main
nagkumar91 3cebd64
Support for reasoning models using the right client
d23fd3c
Formatting
21b71cf
Merge branch 'Azure:main' into main
nagkumar91 823177a
Merge branch 'Azure:main' into main
nagkumar91 48f630e
Merge branch 'Azure:main' into main
nagkumar91 33cf2a2
Merge branch 'Azure:main' into main
nagkumar91 9ab6f9d
Merge remote-tracking branch 'refs/remotes/origin/main'
ea3a38c
merge: resolve conflicts in evaluation evaluators; align reasoning-mo…
72388cc
evaluation(evaluate): revert flag renames and defensive default; keep…
f403b99
Prefer SDK prompty for reasoning; PF wrapper; fix param sanitization;…
2dde27d
Merge branch 'Azure:main' into diff-20250811-171736
nagkumar91 4581b0e
prompty: remove AZEVAL_USE_LEGACY_PROMPTY, unify selection via kwargs…
a8869e5
Delete sdk/evaluation/azure-ai-evaluation/samples/aoai_score_model_gr…
nagkumar91 cea9be1
Remove tracked .log files and samples directory
ed1f9f7
Restore samples directory from origin/main
4bfd6e9
Prompty: robust parameters handling for reasoning models (coalesce No…
c100fc8
Evaluate: rename get_client_type param to kwargs for clarity
91567e2
Tests: clarify comments about reasoning models removing temperature/m…
2f43619
Evaluation refactors and cleanup:
40fb39c
Apply evaluation refactors and cleanup into diff branch
2f2ceec
Revert client selection to legacy tri-state behavior to satisfy tests…
3115a75
Delete sdk/evaluation/azure-ai-evaluation/tests/2025_09_25__08_49.log
nagkumar91 4ff307d
Delete sdk/evaluation/azure-ai-evaluation/samples/.gitignore
nagkumar91 6363cc8
lint fixes
nagkumar91 1b613f9
skip until new way of passing credentials is supported
nagkumar91 d9845d4
Fix issue
nagkumar91 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
Some comments aren't visible on the classic Files Changed page.
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
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
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
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
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
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
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.
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.