Skip to content
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

[AI Test Tool] Fix GetNextTurn #3324

Merged
merged 1 commit into from
Mar 20, 2025
Merged

[AI Test Tool] Fix GetNextTurn #3324

merged 1 commit into from
Mar 20, 2025

Conversation

stkillen
Copy link
Contributor

@stkillen stkillen commented Mar 20, 2025

Summary

Causes indexing error in multi-turn testing.

Current turn should never be larger than number of turns. Otherwise GetTestInput will fail:
TestInputJson := TestInput.GetTestInput(TurnsTok).ElementAt(CurrentTurn - 1).Element(ElementName)

Work Item(s)

Fixes AB#571847

@stkillen stkillen requested a review from a team as a code owner March 20, 2025 11:03
@github-actions github-actions bot added this to the Version 27.0 milestone Mar 20, 2025
@stkillen stkillen merged commit 8dbc194 into main Mar 20, 2025
24 checks passed
@stkillen stkillen deleted the bugs/571847 branch March 20, 2025 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants