Create basic_home_agent.json
Browse files- basic_home_agent.json +7 -0
basic_home_agent.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "home-agent",
|
| 3 |
+
"input": "text",
|
| 4 |
+
"output": "task_action",
|
| 5 |
+
"confirmation_required": true,
|
| 6 |
+
"safety_check": true
|
| 7 |
+
}
|