Skip to content

eval: use vally turns for multi-turn tests#2806

Open
JasonYeMSFT wants to merge 3 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/use-vally-turns
Open

eval: use vally turns for multi-turn tests#2806
JasonYeMSFT wants to merge 3 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/use-vally-turns

Conversation

@JasonYeMSFT

@JasonYeMSFT JasonYeMSFT commented Jul 8, 2026

Copy link
Copy Markdown
Member

Description

Migrates multi-turn eval tests across multiple skills to use vally turns format. Removes the single-turn stimulus validation logic from scripts and tag helpers, and updates the vally executor to handle the new format. The change only affects how the user prompt input gets passed to the executor. Test results won't be affected.

Affected evals: azure-enterprise-infra-planner, azure-prepare, azure-reliability, azure-resource-visualizer, and azure-upgrade.

Checklist

  • Tests pass locally (cd tests && npm test)
  • Title has one of the prefixes: fix:, feat:, feature:, chore:, misc:, test:, eval:
  • If modifying skill descriptions: verified routing correctness with integration tests (In tests/, npm run test:integration -- <skill> or npm run test:vally -- --skill <skill>)

Related Issues

Copilot AI review requested due to automatic review settings July 8, 2026 22:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Migrates Vally integration eval suites from the legacy tags.followUp multi-turn mechanism to Vally’s native turns: format, and updates the custom executor + validators/types accordingly.

Changes:

  • Update the Vally executor to run multi-turn prompts using stimulus.turns (and mark executor as multi-turn / prepared-workspace capable).
  • Remove followUp tag plumbing (tag helper, stimulus validator logic, and result typing).
  • Convert multi-turn stimuli in affected eval suites to turns: arrays.
Show a summary per file
File Description
tests/vally/vally-executor.ts Switches multi-turn handling to stimulus.turns and passes follow-up prompts into the agent runner.
tests/vally/tag-helpers.ts Removes getFollowUp tag helper (no longer needed with turns:).
tests/run-vally-test.ts Removes followUp from the typed tag shape for Vally output processing.
scripts/src/vally/validate-stimulus.ts Drops validation logic for tags.followUp.
evals/azure-upgrade/eval.yaml Converts relevant stimuli from prompt + followUp to turns:.
evals/azure-resource-visualizer/eval.yaml Converts stimuli to turns: (comments still need to be updated to stop referencing followUp).
evals/azure-reliability/eval.yaml Converts multi-turn flows to turns: (file header docs still reference followUp).
evals/azure-prepare/e2e-eval.yaml Converts multi-turn tests to turns: and removes followUp usage (one whitespace-only line remains).
evals/azure-enterprise-infra-planner/eval.yaml Converts multi-turn flows to turns: (some comments/formatting still reference followUp / have trailing whitespace).

Review details

  • Files reviewed: 9/9 changed files
  • Comments generated: 12
  • Review effort level: Low

Comment thread tests/vally/vally-executor.ts
Comment thread evals/azure-prepare/e2e-eval.yaml Outdated
Comment thread evals/azure-resource-visualizer/eval.yaml
Comment thread evals/azure-resource-visualizer/eval.yaml
Comment thread evals/azure-enterprise-infra-planner/eval.yaml Outdated
Comment thread evals/azure-enterprise-infra-planner/eval.yaml Outdated
Comment thread evals/azure-enterprise-infra-planner/eval.yaml Outdated
Comment thread evals/azure-enterprise-infra-planner/eval.yaml Outdated
Comment thread evals/azure-enterprise-infra-planner/eval.yaml Outdated
Comment thread evals/azure-reliability/eval.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants