Skip to content

eval: azure-quotas grader bash tool pattern#2681

Merged
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/azure-quota-fix
Jun 23, 2026
Merged

eval: azure-quotas grader bash tool pattern#2681
JasonYeMSFT merged 2 commits into
microsoft:mainfrom
JasonYeMSFT:chuye/azure-quota-fix

Conversation

@JasonYeMSFT

@JasonYeMSFT JasonYeMSFT commented Jun 19, 2026

Copy link
Copy Markdown
Member

Description

Fix the azure-quotas eval grader bash tool pattern to correct matching behavior. read_bash tool also matches the pattern and since they don't have "command" argument, vally produces grader failures.

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

@JasonYeMSFT JasonYeMSFT marked this pull request as ready for review June 19, 2026 17:49
Copilot AI review requested due to automatic review settings June 19, 2026 17:49

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

This PR adjusts the azure-quotas Vally eval grader’s tool-name regex to avoid unintentionally matching non-execution tools (e.g., read_bash) and causing grader failures due to missing command arguments.

Changes:

  • Updated the tool-calls grader required[].name pattern in three stimuli to change shell tool matching behavior.
Show a summary per file
File Description
evals/azure-quotas/eval.yaml Tweaks the shell tool-name regex used by tool-calls graders for `check-quota.(sh

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 3

Comment thread evals/azure-quotas/eval.yaml Outdated
Comment thread evals/azure-quotas/eval.yaml Outdated
Comment thread evals/azure-quotas/eval.yaml Outdated
@JasonYeMSFT JasonYeMSFT merged commit 879d884 into microsoft:main Jun 23, 2026
10 of 11 checks passed
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.

3 participants