ariefansclub commited on
Commit
17916fa
·
verified ·
1 Parent(s): 03d4bab

Create basic_home_agent.json

Browse files
Files changed (1) hide show
  1. 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
+ }