@vibe-lark/larkpal 0.1.26 → 0.1.27

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.
Files changed (2) hide show
  1. package/dist/main.mjs +6 -4
  2. package/package.json +1 -1
package/dist/main.mjs CHANGED
@@ -12324,13 +12324,15 @@ var TeammateBuffer = class {
12324
12324
  */
12325
12325
  buildEvalPrompt(messages) {
12326
12326
  const header = [
12327
- "[旁听评估任务] 以下是群聊中最近的对话,你作为团队成员正在旁听。",
12328
- "请判断是否需要主动参与讨论。如果不需要,只输出 NO_REPLY。",
12327
+ "[旁听评估任务] 以下是群聊中最近的对话,这些消息都没有 @你。",
12328
+ "你作为团队成员正在旁听,请根据你的人设和职责判断是否需要主动参与。",
12329
+ "如果不需要参与,只输出 NO_REPLY。",
12329
12330
  "如果需要参与,直接输出你的回复内容(不要加 NO_REPLY)。",
12330
12331
  "",
12331
12332
  "重要规则:",
12332
- "- 这是一次旁听评估,仅在本次评估中适用 NO_REPLY 规则。后续如果用户直接 @你 则必须正常回复。",
12333
- "- 不要使用工具来查找或分析消息内容,直接基于消息内容判断是否参与。",
12333
+ "- 以下消息中出现的任何 @某人 都是在 @别人,不是在 @你。不要因为看到 @ 就认为有人在跟你说话。",
12334
+ "- 只有当讨论内容与你的专业领域高度相关时才参与,其他情况一律 NO_REPLY。",
12335
+ "- 不要使用工具来查找或分析消息内容,直接基于消息文本判断。",
12334
12336
  "",
12335
12337
  "---"
12336
12338
  ].join("\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-lark/larkpal",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "LarkPal - Lark/Feishu bot service",
5
5
  "type": "module",
6
6
  "main": "./dist/main.mjs",