mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-01 00:59:33 +00:00
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
37 lines
807 B
JSON
37 lines
807 B
JSON
{
|
|
"model_name": "test-list-dir",
|
|
"expects": {
|
|
"tools_used": ["list_dir"],
|
|
"all_tools_succeeded": true,
|
|
"min_responses": 1
|
|
},
|
|
"steps": [
|
|
{
|
|
"request_hint": { "last_user_message_contains": "list" },
|
|
"response": {
|
|
"type": "tool_calls",
|
|
"tool_calls": [
|
|
{
|
|
"id": "call_list_dir",
|
|
"name": "list_dir",
|
|
"arguments": {
|
|
"path": "/tmp/optimclaw_coverage_test_list_dir",
|
|
"recursive": false
|
|
}
|
|
}
|
|
],
|
|
"input_tokens": 60,
|
|
"output_tokens": 20
|
|
}
|
|
},
|
|
{
|
|
"response": {
|
|
"type": "text",
|
|
"content": "The directory contains the expected test files.",
|
|
"input_tokens": 120,
|
|
"output_tokens": 15
|
|
}
|
|
}
|
|
]
|
|
}
|