sharween commited on
Commit
ed9b10a
·
verified ·
1 Parent(s): 817a48a

Update openclaw.json

Browse files
Files changed (1) hide show
  1. openclaw.json +12 -10
openclaw.json CHANGED
@@ -41,16 +41,7 @@
41
  },
42
  "channels": {
43
  "feishu": {
44
- "enabled": false,
45
- "dmPolicy": "pairing",
46
- "groupChat": "disabled",
47
- "requireMention": false,
48
- "accounts": {
49
- "main": {
50
- "appId": "${FEISHU_APP_ID}",
51
- "appSecret": "${FEISHU_APP_SECRET}"
52
- }
53
- }
54
  }
55
  },
56
  "gateway": {
@@ -76,6 +67,17 @@
76
  },
77
  "tools": {
78
  "profile": "full",
 
 
 
 
 
 
 
 
 
 
 
79
  "agentToAgent": {
80
  "enabled": true
81
  }
 
41
  },
42
  "channels": {
43
  "feishu": {
44
+ "enabled": false
 
 
 
 
 
 
 
 
 
45
  }
46
  },
47
  "gateway": {
 
67
  },
68
  "tools": {
69
  "profile": "full",
70
+ "web": {
71
+ "search": {
72
+ "enabled": true,
73
+ "provider": "brave",
74
+ "apiKey": "${BRAVE_KEY}",
75
+ "maxResults": 5
76
+ },
77
+ "fetch": {
78
+ "enabled": true
79
+ }
80
+ },
81
  "agentToAgent": {
82
  "enabled": true
83
  }