BarunAction-35M / source /examples /barunaction_tools.example.json
harrrshall's picture
Release BarunAction-35M candidate-v2
5a46e5d verified
Raw
History Blame Contribute Delete
956 Bytes
[
{
"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
}
]