@ynhcj/xiaoyi-channel 0.0.117-beta → 0.0.118-beta
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/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"fileUploadUrl": { "type": "string", "description": "Base URL for file upload service" },
|
|
25
25
|
"pushUrl": { "type": "string", "description": "URL for push message service" }
|
|
26
26
|
},
|
|
27
|
-
"required": [
|
|
27
|
+
"required": []
|
|
28
28
|
},
|
|
29
29
|
"label": "Xiaoyi Channel",
|
|
30
30
|
"description": "Xiaoyi A2A protocol integration"
|