Skip to content

Normalize GUI benchmark tool names#6

Open
panDing19 wants to merge 1 commit into
LiberCoders:mainfrom
panDing19:fix/gui-tool-name-consistency
Open

Normalize GUI benchmark tool names#6
panDing19 wants to merge 1 commit into
LiberCoders:mainfrom
panDing19:fix/gui-tool-name-consistency

Conversation

@panDing19

@panDing19 panDing19 commented Jun 25, 2026

Copy link
Copy Markdown

Problem

Several GUI task graders and reference solutions expect tool names with a _gui suffix, while the task metadata exposes the non-suffixed app-direct tool names. This makes valid tool calls invisible to scoring and can create false negatives.

Affected tasks

This normalizes GUI tool references across a broad set of GUI tasks, including Fossify Messages/Notes/Calendar, Gmail Clone, My Expenses, Loop Habit, and related task text / expected actions.

Fix

  • Align grader checks, forbidden-tool checks, expected actions, and reference text with the tool names exposed in each task.
  • Add a consistency regression test to catch references to GUI tool names that are not exposed by the task metadata.

Tests

  • uv run pytest tests/test_gui_tool_name_consistency.py -q

@panDing19 panDing19 marked this pull request as ready for review June 25, 2026 17:43
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.

1 participant