@dcrays/dcgchat-test 0.5.11 → 0.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +70 -70
- package/openclaw.plugin.json +3 -4
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"dcgchat-test": {
|
|
12
12
|
"schema": {
|
|
13
13
|
"type": "object",
|
|
14
|
-
"additionalProperties": false,
|
|
15
14
|
"properties": {
|
|
16
15
|
"enabled": {
|
|
17
16
|
"type": "boolean"
|
|
@@ -23,14 +22,14 @@
|
|
|
23
22
|
"type": "string"
|
|
24
23
|
},
|
|
25
24
|
"userId": {
|
|
26
|
-
"type": "
|
|
25
|
+
"type": "number",
|
|
27
26
|
"description": "WebSocket 连接参数 _userId,与 dcgchat_message 工具的 target(dcgSessionKey)无关"
|
|
28
27
|
},
|
|
29
28
|
"appId": {
|
|
30
|
-
"type": "
|
|
29
|
+
"type": "number"
|
|
31
30
|
},
|
|
32
31
|
"domainId": {
|
|
33
|
-
"type": "
|
|
32
|
+
"type": "number"
|
|
34
33
|
},
|
|
35
34
|
"capabilities": {
|
|
36
35
|
"type": "array",
|