[Evaluation] Update CHANGELOG.md for azure-ai-evaluation 1.15.3#45586
Open
nagkumar91 wants to merge 1 commit intoAzure:mainfrom
Open
[Evaluation] Update CHANGELOG.md for azure-ai-evaluation 1.15.3#45586nagkumar91 wants to merge 1 commit intoAzure:mainfrom
nagkumar91 wants to merge 1 commit intoAzure:mainfrom
Conversation
slister1001
approved these changes
Mar 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the azure-ai-evaluation 1.15.3 (Unreleased) changelog entry for a previously merged bug fix, and includes the underlying fix plus unit tests for gracefully handling unresolvable relative markdown image paths during prompt/message preparation.
Changes:
- Add a CHANGELOG entry for the
InvalidInputErrorcrash when encountering unresolvable relative image paths. - Update legacy prompty
_inline_image()handling to fall back to plain text when a referenced local image file doesn’t exist. - Add unit tests covering unresolvable relative paths, URL passthrough, data URI passthrough, and real local file inlining.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | Adds the missing 1.15.3 (Unreleased) bug-fix entry describing the graceful fallback behavior. |
| sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_legacy/prompty/_utils.py | Implements fallback to {type: "text"} when a local markdown image path can’t be resolved on disk. |
| sdk/evaluation/azure-ai-evaluation/tests/unittests/test_inline_image_fallback.py | Adds focused unit coverage for the new fallback behavior and existing passthrough cases. |
You can also share your feedback on Copilot code review. Take the survey.
sdk/evaluation/azure-ai-evaluation/tests/unittests/test_inline_image_fallback.py
Show resolved
Hide resolved
Add missing changelog entry for PR Azure#45522: graceful handling of unresolvable relative image paths from Document Intelligence indexed PDFs in agent tool output. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
310456a to
3b6e415
Compare
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.
What
Add missing CHANGELOG entry for azure-ai-evaluation 1.15.3 (Unreleased).
Why
PR #45522 (graceful handling of unresolvable relative image paths from Document Intelligence) was merged but its CHANGELOG entry was not included.
What Changed
InvalidInputErrorcrash when evaluating agent tool output containing unresolvable relative image paths from Document Intelligence indexed PDFs, by gracefully falling back to text representation.Risk
None — documentation-only change.