@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.
- package/dist/main.mjs +6 -4
- 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
|
-
"
|
|
12327
|
+
"[旁听评估任务] 以下是群聊中最近的对话,这些消息都没有 @你。",
|
|
12328
|
+
"你作为团队成员正在旁听,请根据你的人设和职责判断是否需要主动参与。",
|
|
12329
|
+
"如果不需要参与,只输出 NO_REPLY。",
|
|
12329
12330
|
"如果需要参与,直接输出你的回复内容(不要加 NO_REPLY)。",
|
|
12330
12331
|
"",
|
|
12331
12332
|
"重要规则:",
|
|
12332
|
-
"-
|
|
12333
|
-
"-
|
|
12333
|
+
"- 以下消息中出现的任何 @某人 都是在 @别人,不是在 @你。不要因为看到 @ 就认为有人在跟你说话。",
|
|
12334
|
+
"- 只有当讨论内容与你的专业领域高度相关时才参与,其他情况一律 NO_REPLY。",
|
|
12335
|
+
"- 不要使用工具来查找或分析消息内容,直接基于消息文本判断。",
|
|
12334
12336
|
"",
|
|
12335
12337
|
"---"
|
|
12336
12338
|
].join("\n");
|