dojo-bench-mini / tasks /action-tester /must-type.json
dzakaathif's picture
PR #21
a3625ef verified
raw
history blame
1.14 kB
{
"spa": "action-tester",
"id": "must-type",
"name": "Type Action Test",
"description": "Test the agent's ability to type text into an input field",
"tier": "free",
"environment": "{\"type\": \"url\", \"path\": \"https://dojo-spas-production.s3.us-east-1.amazonaws.com/action-tester/index.html\"}",
"initial_state": "{\"hasClicked\": false, \"hasDoubleClicked\": false, \"hasDragged\": false, \"hasHotkeyed\": false, \"hasMiddleClicked\": false, \"hasRightClicked\": false, \"hasScrolled\": false, \"hasTyped\": false}",
"instructions": "{\"user_prompt\": \"Type at least 5 characters in the text input field to complete this task. Click on the input field with placeholder 'Type here...' and enter at least 5 characters of text.\", \"success_criteria\": \"The hasTyped state must be set to True after typing at least 5 characters in the input field\"}",
"reward_function": "",
"valid_target_states": "[{\"hasTyped\": true}]",
"max_steps": 10,
"timeout_seconds": 30,
"metadata": "{\"difficulty\": \"easy\", \"action_type\": \"type\", \"target_element\": \"text input field with placeholder 'Type here...'\"}"
}