group chat: add lurking guidance to system prompt
Be a good group participant: lurk and follow the conversation, but only chime in when genuinely helpful. Quality over quantity.
This commit is contained in:
@@ -1134,12 +1134,15 @@ export async function getReplyFromConfig(
|
|||||||
activation === "always"
|
activation === "always"
|
||||||
? "Be extremely selective: reply only when you are directly addressed, asked a question, or can add clear value. Otherwise stay silent."
|
? "Be extremely selective: reply only when you are directly addressed, asked a question, or can add clear value. Otherwise stay silent."
|
||||||
: undefined;
|
: undefined;
|
||||||
|
const lurkLine =
|
||||||
|
"Be a good group participant: lurk and follow the conversation, but only chime in when you have something genuinely helpful or relevant to add. Don't feel obligated to respond to every message — quality over quantity.";
|
||||||
return [
|
return [
|
||||||
subjectLine,
|
subjectLine,
|
||||||
membersLine,
|
membersLine,
|
||||||
activationLine,
|
activationLine,
|
||||||
silenceLine,
|
silenceLine,
|
||||||
cautionLine,
|
cautionLine,
|
||||||
|
lurkLine,
|
||||||
]
|
]
|
||||||
.filter(Boolean)
|
.filter(Boolean)
|
||||||
.join(" ")
|
.join(" ")
|
||||||
|
|||||||
Reference in New Issue
Block a user