mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:40:42 +00:00
fix(channels): align preview tool progress help
This commit is contained in:
@@ -63,7 +63,7 @@ export const discordChannelConfigUiHints = {
|
||||
},
|
||||
"streaming.preview.toolProgress": {
|
||||
label: "Discord Draft Tool Progress",
|
||||
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to keep tool updates as separate messages.",
|
||||
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to hide interim tool updates while the draft preview stays active.",
|
||||
},
|
||||
"streaming.progress.label": {
|
||||
label: "Discord Progress Label",
|
||||
|
||||
@@ -35,7 +35,7 @@ export const mattermostChannelConfigUiHints = {
|
||||
},
|
||||
"streaming.preview.toolProgress": {
|
||||
label: "Mattermost Draft Tool Progress",
|
||||
help: "Show tool/progress activity in the live draft preview post (default: true). Set false to keep tool updates as separate messages.",
|
||||
help: "Show tool/progress activity in the live draft preview post (default: true). Set false to hide interim tool updates while the draft preview stays active.",
|
||||
},
|
||||
"streaming.block.enabled": {
|
||||
label: "Mattermost Block Streaming Enabled",
|
||||
|
||||
@@ -115,7 +115,7 @@ export const slackChannelConfigUiHints = {
|
||||
},
|
||||
"streaming.preview.toolProgress": {
|
||||
label: "Slack Draft Tool Progress",
|
||||
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to keep tool updates as separate messages.",
|
||||
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to hide interim tool updates while the draft preview stays active.",
|
||||
},
|
||||
"streaming.progress.label": {
|
||||
label: "Slack Progress Label",
|
||||
|
||||
Reference in New Issue
Block a user