Create context_interaction_controller.json
Browse files
context_interaction_controller.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "context-controller",
|
| 3 |
+
"input": ["human_input", "environment_context"],
|
| 4 |
+
"output": "adaptive robot response",
|
| 5 |
+
"context_memory": true,
|
| 6 |
+
"safety_layer": true
|
| 7 |
+
}
|