Files
Uni-Lab-OS/.cursor/skills/virtual-workbench/actions/prepare_materials.json
2026-04-13 15:57:50 +08:00

20 lines
297 B
JSON

{
"type": "UniLabJsonCommand",
"goal": {
"count": "count"
},
"schema": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"default": 5
}
},
"required": []
},
"goal_default": {
"count": 5
},
"placeholder_keys": {}
}