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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,10 @@ In Sim, the Slack integration enables your agents to programmatically interact w
32
32
33
33
Custom-bot Slack triggers can stream workflow outputs directly back into the conversation that started a run. Enable **Stream response to Slack** on a Message, App Mention, or Assistant Thread Started trigger, then select the outputs to deliver.
34
34
35
-
- A selected Agent output streams as it is generated. Intermediate pre-tool turns are held back so only the final answer is appended.
35
+
- A selected Agent output streams immediately as it is generated. If the Agent later calls a tool, any pre-tool commentary already streamed remains visible.
36
36
- A selected non-streaming block output is sent when that block invocation completes.
37
37
- Loop and parallel invocations each create their own Slack response.
38
+
- The response status label defaults to `Running` and can be customized in the trigger's advanced settings.
38
39
- Optional thinking and tool-call updates appear as Slack tasks in a timeline or plan.
39
40
- Slack Agent Sessions remain in processing state for the run, return to active when it finishes, and the native Slack stop button cancels active workflow executions.
|`streamResponse`| boolean | No | Stream selected workflow outputs into the Slack conversation that started this run. Custom bots only. |
2008
2009
|`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. |
2009
2010
|`streamIncludeThinking`| boolean | No | Show agent thinking as Slack task updates while the response is generated. |
2011
+
|`streamTaskTitle`| string | No | The status Slack shows while each selected response is being produced. |
2010
2012
|`streamIncludeToolCalls`| boolean | No | Show tool execution lifecycle as Slack task updates. |
2011
2013
|`streamTaskDisplayMode`| string | No | Choose how Slack displays thinking and tool progress. |
2012
2014
|`source`| string | No | Restrict to direct messages, public channels, or private channels. Leave empty to match any. |
0 commit comments