BarunAction-35M / source /examples /barunaction_int8_smoke.example.json
harrrshall's picture
Release BarunAction-35M candidate-v2
5a46e5d verified
Raw
History Blame Contribute Delete
3.25 kB
{
"cases": [
{
"context": {},
"expected_action": {
"calls": [
{
"args": {},
"tool": "turn_on_flashlight"
}
],
"decision": "CALL",
"mode": "SINGLE"
},
"id": "turn-on-flashlight",
"now": "2026-08-03T20:00:00+05:30",
"request": "Turn on the flashlight",
"tool_schemas": [
{
"additional_arguments": false,
"arguments": {},
"description": "Turn on the device flashlight.",
"name": "turn_on_flashlight",
"required": [],
"side_effecting": true
},
{
"additional_arguments": false,
"arguments": {},
"description": "Open the device Wi-Fi settings screen.",
"name": "open_wifi_settings",
"required": [],
"side_effecting": false
},
{
"additional_arguments": false,
"arguments": {
"body": {
"description": "Email body text.",
"type": "string"
},
"subject": {
"description": "Email subject line.",
"type": "string"
},
"to": {
"description": "Recipient email address.",
"type": "string"
}
},
"description": "Draft an email for an external mail client.",
"name": "send_email",
"required": [
"to",
"subject",
"body"
],
"side_effecting": true
}
]
},
{
"context": {},
"expected_action": {
"calls": [
{
"args": {},
"tool": "open_wifi_settings"
}
],
"decision": "CALL",
"mode": "SINGLE"
},
"id": "open-wifi-settings",
"now": "2026-08-03T20:00:00+05:30",
"request": "Open Wi-Fi settings",
"tool_schemas": [
{
"additional_arguments": false,
"arguments": {},
"description": "Turn on the device flashlight.",
"name": "turn_on_flashlight",
"required": [],
"side_effecting": true
},
{
"additional_arguments": false,
"arguments": {},
"description": "Open the device Wi-Fi settings screen.",
"name": "open_wifi_settings",
"required": [],
"side_effecting": false
},
{
"additional_arguments": false,
"arguments": {
"body": {
"description": "Email body text.",
"type": "string"
},
"subject": {
"description": "Email subject line.",
"type": "string"
},
"to": {
"description": "Recipient email address.",
"type": "string"
}
},
"description": "Draft an email for an external mail client.",
"name": "send_email",
"required": [
"to",
"subject",
"body"
],
"side_effecting": true
}
]
}
],
"schema_version": "barunaction-int8-smoke-cases-v1"
}