Create model.json
Browse files- model.json +8 -0
model.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "interaction-policy",
|
| 3 |
+
"capability": "pause_resume_actions",
|
| 4 |
+
"language": "tr",
|
| 5 |
+
"inputs": ["instruction"],
|
| 6 |
+
"outputs": ["control_action"],
|
| 7 |
+
"version": "1.0"
|
| 8 |
+
}
|