

























@@ -18873,6 +18873,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
1887318873 description:
1887418874"Prefix text prepended to inbound user messages before they are handed to the agent runtime. Use this sparingly for channel context markers and keep it stable across sessions.",
1887518875 },
18876+ visibleReplies: {
18877+ type: "string",
18878+ enum: ["automatic", "message_tool"],
18879+ title: "Visible Replies",
18880+ description:
18881+'Controls visible source replies across direct, group, and channel conversations. "message_tool" keeps normal final replies private and requires message(action=send) for visible output; "automatic" posts normal replies as before.',
18882+ },
1887618883 responsePrefix: {
1887718884 type: "string",
1887818885 title: "Outbound Response Prefix",
@@ -18904,7 +18911,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
1890418911 enum: ["automatic", "message_tool"],
1890518912 title: "Group Visible Replies",
1890618913 description:
18907-'Controls visible group/channel replies. "message_tool" keeps normal final replies private and requires message(action=send) for room output; "automatic" posts normal replies as before.',
18914+'Overrides visible source replies for group/channel conversations. "message_tool" keeps normal final replies private and requires message(action=send) for room output; "automatic" posts normal replies as before.',
1890818915 },
1890918916 },
1891018917 additionalProperties: false,
@@ -28198,6 +28205,11 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
2819828205 help: "Prefix text prepended to inbound user messages before they are handed to the agent runtime. Use this sparingly for channel context markers and keep it stable across sessions.",
2819928206 tags: ["advanced"],
2820028207 },
28208+"messages.visibleReplies": {
28209+ label: "Visible Replies",
28210+ help: 'Controls visible source replies across direct, group, and channel conversations. "message_tool" keeps normal final replies private and requires message(action=send) for visible output; "automatic" posts normal replies as before.',
28211+ tags: ["advanced"],
28212+ },
2820128213"messages.responsePrefix": {
2820228214 label: "Outbound Response Prefix",
2820328215 help: "Prefix text prepended to outbound assistant replies before sending to channels. Use for lightweight branding/context tags and avoid long prefixes that reduce content density.",
@@ -28220,7 +28232,7 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = {
2822028232 },
2822128233"messages.groupChat.visibleReplies": {
2822228234 label: "Group Visible Replies",
28223- help: 'Controls visible group/channel replies. "message_tool" keeps normal final replies private and requires message(action=send) for room output; "automatic" posts normal replies as before.',
28235+ help: 'Overrides visible source replies for group/channel conversations. "message_tool" keeps normal final replies private and requires message(action=send) for room output; "automatic" posts normal replies as before.',
2822428236 tags: ["advanced"],
2822528237 },
2822628238"messages.queue": {
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。