Upgrade the model to GPT 5.2 and add processing time in evaluation results of log agent#4398
Open
lubaihua33 wants to merge 2 commits intomainfrom
Open
Upgrade the model to GPT 5.2 and add processing time in evaluation results of log agent#4398lubaihua33 wants to merge 2 commits intomainfrom
lubaihua33 wants to merge 2 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the AI log evaluation workflow to record per-test-case processing time and adjusts the default Azure OpenAI deployment names used by the log agent.
Changes:
- Add per-test-case processing time collection and include it in detailed and summary evaluation logs.
- Update default
analyze()model deployment name defaults (general + software).
ae7851c to
70070a3
Compare
70070a3 to
453343f
Compare
453343f to
f9662ec
Compare
LiliDeng
reviewed
Mar 27, 2026
| azure_openai_api_key: str = "", | ||
| general_deployment_name: str = "gpt-4o", | ||
| software_deployment_name: str = "gpt-4.1", | ||
| general_deployment_name: str = "gpt-4.1", |
Collaborator
There was a problem hiding this comment.
Can we make these parameters configurable via external variables?
Collaborator
Author
There was a problem hiding this comment.
Yes, we can. We can define general_deployment_name and software_deployment_name in the runbook.
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.
Description
Related Issue
Type of Change
Checklist
Test Validation
Key Test Cases:
Impacted LISA Features:
Tested Azure Marketplace Images:
Test Results