Update Skills

This commit is contained in:
Xuwznln
2026-04-13 15:57:50 +08:00
committed by Xie Qiming
parent db22156d77
commit 01d281189a
15 changed files with 1637 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"type": "UniLabJsonCommand",
"goal": {
"station_id": "station_id",
"material_number": "material_number"
},
"schema": {
"type": "object",
"properties": {
"station_id": {
"type": "integer"
},
"material_number": {
"type": "integer"
}
},
"required": [
"station_id",
"material_number"
]
},
"goal_default": {},
"placeholder_keys": {}
}