chore: replace deprecated gpt-4o-mini model in docs and tests#1742
Open
radu-mocanu wants to merge 1 commit into
Open
chore: replace deprecated gpt-4o-mini model in docs and tests#1742radu-mocanu wants to merge 1 commit into
radu-mocanu wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates bundled evaluation documentation and test fixtures to stop referencing the deprecated gpt-4o-mini-2024-07-18 model, moving to gpt-4.1-mini-2025-04-14 as the recommended/default mini model across docs and tests.
Changes:
- Replace
gpt-4o-mini-2024-07-18withgpt-4.1-mini-2025-04-14in the bundledeval.mdresource and sample eval command docs. - Update multiple test fixtures/assertions (tracing, evaluators, CLI eval mocks, platform LLM service tests) to expect the new model string.
- Bump
uipathpackage version from2.11.9to2.11.10and reflect it in the lockfile.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/uipath/uv.lock | Updates lock metadata to reflect the uipath version bump. |
| packages/uipath/pyproject.toml | Bumps uipath version to 2.11.10. |
| packages/uipath/src/uipath/_resources/eval.md | Updates bundled eval documentation examples to the new mini model. |
| packages/uipath/samples/resource-overrides/.claude/commands/eval.md | Keeps sample eval command docs aligned with bundled eval documentation model recommendation. |
| packages/uipath/samples/csv-processor/.claude/commands/eval.md | Keeps csv-processor sample eval docs aligned with the new model recommendation. |
| packages/uipath/tests/tracing/test_otel_exporters.py | Updates tracing exporter expectations for llm.model_name / mapped model fields. |
| packages/uipath/tests/evaluators/test_evaluator_methods.py | Updates evaluator config fixture to use the new model string. |
| packages/uipath/tests/cli/eval/mocks/test_input_mocker.py | Updates CLI eval mocking fixtures and assertions to the new model string. |
| packages/uipath/tests/cli/eval/mocks/test_input_mocker_span.py | Updates span simulation mocks/fixtures to the new model string. |
| packages/uipath-platform/tests/services/test_uipath_llm_integration.py | Updates mocked chat completion payloads to the new model string. |
| packages/uipath-platform/tests/services/test_llm_service.py | Updates mocked responses and request params to the new model string. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
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.



Summary
gpt-4o-mini-2024-07-18forgpt-4.1-mini-2025-04-14in the bundledeval.mdresource and sample eval docsWhy
the
gpt-4o-mini-2024-07-18model is deprecated, so bundled docs and fixtures should reference a current openai model resolved viauip codedagent list-models.