Slack: clarify native streaming config hint

This commit is contained in:
Gustavo Madeira Santana
2026-04-08 00:56:35 -04:00
parent 82c06e5604
commit 6c0d25cea4
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ export const slackChannelConfigUiHints = {
},
"streaming.nativeTransport": {
label: "Slack Native Streaming",
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming.mode is partial (default: true).",
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming.mode is partial (default: true). Requires a reply thread target; top-level DMs stay on the non-thread fallback path.",
},
"thread.historyScope": {
label: "Slack Thread History Scope",

View File

@@ -12122,7 +12122,7 @@ export const GENERATED_BUNDLED_CHANNEL_CONFIG_METADATA = [
},
"streaming.nativeTransport": {
label: "Slack Native Streaming",
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming.mode is partial (default: true).",
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming.mode is partial (default: true). Requires a reply thread target; top-level DMs stay on the non-thread fallback path.",
},
"thread.historyScope": {
label: "Slack Thread History Scope",