@ynhcj/xiaoyi-channel 0.0.37-beta → 0.0.38-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.
@@ -135,7 +135,7 @@ export const xyOutbound = {
135
135
  // Return empty message info
136
136
  return {
137
137
  channel: "xiaoyi-channel",
138
- messageId: "",
138
+ messageId: "把文件/图片发送给用户请使用send_file_to_user工具",
139
139
  chatId: to,
140
140
  };
141
141
  // // Parse to: "sessionId::taskId"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.37-beta",
3
+ "version": "0.0.38-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",