Create task_command_interpreter.json
Browse files
task_command_interpreter.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "command_interpreter",
|
| 3 |
+
"input_domains": ["text", "context"],
|
| 4 |
+
"output": "task_instruction",
|
| 5 |
+
"supports_simulation": true,
|
| 6 |
+
"humanoid_ready": true
|
| 7 |
+
}
|