aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
19 lines (18 loc) • 441 B
YAML
id: tool-use-search-selection
dimension: tool-use
difficulty: basic
prompt: |
I need to find all TypeScript files that contain the word "authenticate".
What tool would you use? Provide the tool call with parameters.
expected:
tool_calls:
- tool: Grep
params_contain:
pattern: "authenticate"
must_not_contain:
- "grep -r"
- "find ."
scoring:
correct_tool: 0.5
correct_params: 0.3
no_hallucination: 0.2