opencode-feishu 1.3.1 → 1.3.2
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/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -112842,6 +112842,10 @@ function createSendCardTool(deps) {
|
|
|
112842
112842
|
async execute(args, context) {
|
|
112843
112843
|
const chatId = getChatIdBySession(context.sessionID);
|
|
112844
112844
|
if (!chatId) {
|
|
112845
|
+
deps.log("warn", "Agent \u5361\u7247\u53D1\u9001\u8DF3\u8FC7\uFF1AsessionID \u65E0\u98DE\u4E66\u804A\u5929\u6620\u5C04", {
|
|
112846
|
+
sessionId: context.sessionID,
|
|
112847
|
+
title: args.title
|
|
112848
|
+
});
|
|
112845
112849
|
return "\u9519\u8BEF\uFF1A\u5F53\u524D\u4F1A\u8BDD\u4E0D\u5173\u8054\u98DE\u4E66\u804A\u5929\uFF0C\u65E0\u6CD5\u53D1\u9001\u5361\u7247";
|
|
112846
112850
|
}
|
|
112847
112851
|
const chatInfo = getChatInfoBySession(context.sessionID);
|