You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/integrations/slack.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1971,7 +1971,7 @@ Trigger from Slack events, interactions, and slash commands
1971
1971
|`manualChannelFilter`| string | No | Comma-separated channel IDs to restrict to. Set IDs directly here. |
1972
1972
|`threads`| string | No | Include thread replies, exclude them \(top-level only\), or fire only on thread replies. |
1973
1973
|`streamResponse`| boolean | No | Create a Slack agent session and stream selected workflow outputs into the conversation that started this run. Custom bots only. |
1974
-
|`streamOutputs`| workflow-output-selector | No | Each selected block invocation creates its own Slack response. Agent outputs stream live; other outputs are sent when the block completes. |
1974
+
|`streamOutputs`| workflow-output-selector | No |Output selectors use the same blockId.path form as the streaming API. Each selected block invocation creates its own Slack response. Agent outputs stream live; other outputs are sent when the block completes. |
1975
1975
|`streamTaskTitle`| string | No | Optional status Slack shows while each selected response is being produced. Leave empty to use Running. |
1976
1976
|`streamTaskDisplayMode`| string | No | Choose how Slack displays thinking and tool progress. |
1977
1977
|`streamIncludeThinking`| boolean | No | Show agent thinking as Slack task updates while the response is generated. |
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.test.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.tsx
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/workflow-output-selector/workflow-output-selector.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ export function WorkflowOutputSelector({
'Each selected block invocation creates its own Slack response. Agent outputs stream live; other outputs are sent when the block completes.',
193
+
'Output selectors use the same blockId.path form as the streaming API. Each selected block invocation creates its own Slack response. Agent outputs stream live; other outputs are sent when the block completes.',
0 commit comments