@ynhcj/xiaoyi-channel 0.0.68-beta → 0.0.69-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.
@@ -44,7 +44,7 @@ export const xiaoyiAddCollectionTool = {
44
44
  },
45
45
  dataType: {
46
46
  type: "string",
47
- description: "必填字段。标识数据类型:HYPER_LINK表示网页,TEXT表示文本,IMAGE表示图片,FILE表示文件。",
47
+ description: "必填字段。标识数据类型:HYPER_LINK表示网页,TEXT表示文本,IMAGE表示图片,FILE表示文件。IMAGE和FILE类型都只支持手机本地地址(file://开头),如果是超链接(http或者https开头),无论是图片还是文件,都使用HYPER_LINK",
48
48
  },
49
49
  },
50
50
  required: ["dataType"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.68-beta",
3
+ "version": "0.0.69-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",