Skip to content

[AI Test Tool] Fix GetNextTurn#3324

Merged
stkillen merged 1 commit into
mainfrom
bugs/571847
Mar 20, 2025
Merged

[AI Test Tool] Fix GetNextTurn#3324
stkillen merged 1 commit into
mainfrom
bugs/571847

Conversation

@stkillen

@stkillen stkillen commented Mar 20, 2025

Copy link
Copy Markdown
Contributor

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
@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