hmahadik's picture
chore: token map for v6 (11 tools, camera/vision dropped)
c3ed491 verified
raw
history blame
1.45 kB
{
"version": "0.2.0",
"description": "Compressed token map for FunctionGemma CPU inference on SL2619. 11 tools — camera/vision removed in v6.",
"tokens": {
"turn_on_lights": "<tool_0>",
"turn_off_lights": "<tool_1>",
"set_led_color": "<tool_2>",
"blink_lights": "<tool_3>",
"set_neopixel_pattern": "<tool_4>",
"play_buzzer": "<tool_5>",
"set_alarm": "<tool_6>",
"cancel_alarm": "<tool_7>",
"list_alarms": "<tool_8>",
"get_system_status": "<tool_9>",
"respond": "<tool_10>"
},
"reverse": {
"<tool_0>": "turn_on_lights",
"<tool_1>": "turn_off_lights",
"<tool_2>": "set_led_color",
"<tool_3>": "blink_lights",
"<tool_4>": "set_neopixel_pattern",
"<tool_5>": "play_buzzer",
"<tool_6>": "set_alarm",
"<tool_7>": "cancel_alarm",
"<tool_8>": "list_alarms",
"<tool_9>": "get_system_status",
"<tool_10>": "respond",
"<tool_none>": null
},
"special_tokens": [
"<tool_0>",
"<tool_1>",
"<tool_2>",
"<tool_3>",
"<tool_4>",
"<tool_5>",
"<tool_6>",
"<tool_7>",
"<tool_8>",
"<tool_9>",
"<tool_10>",
"<tool_none>",
"<end>"
],
"output_format": "<tool_N>(\"arg1\",\"arg2\",...)<end>",
"notes": "Argument order positional per canonical schema's required-first then optional declaration order. Camera/vision tools (capture_photo, describe_scene) removed in v6 — out of scope per project decision."
}