sim-setup 1.0.6-preview.68.1 → 1.0.6-preview.69.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22634,8 +22634,8 @@ var init_integrations = __esm(() => {
|
|
|
22634
22634
|
type: "slack_v2",
|
|
22635
22635
|
slug: "slack",
|
|
22636
22636
|
name: "Slack",
|
|
22637
|
-
description: "Send
|
|
22638
|
-
longDescription: "Integrate Slack
|
|
22637
|
+
description: "Send and manage Slack messages, Agent Sessions, streamed replies, views, reactions, conversations, and canvases",
|
|
22638
|
+
longDescription: "Integrate Slack messaging and administration into a workflow. Custom Slack bots can manage Agent Sessions, stream incremental Markdown or structured chunks, react to Agent Session events, and configure Agent View suggested prompts. Standard messaging and management operations support both the Sim app and custom bot credentials.",
|
|
22639
22639
|
bgColor: "#611f69",
|
|
22640
22640
|
iconName: "SlackIcon",
|
|
22641
22641
|
docsUrl: "https://docs.sim.ai/integrations/slack",
|
|
@@ -22677,16 +22677,16 @@ var init_integrations = __esm(() => {
|
|
|
22677
22677
|
description: "Get a stable permalink URL to a specific Slack message."
|
|
22678
22678
|
},
|
|
22679
22679
|
{
|
|
22680
|
-
name: "Set
|
|
22681
|
-
description: "Set
|
|
22680
|
+
name: "Set Suggested Prompts",
|
|
22681
|
+
description: "Set the clickable suggested prompts shown in a Slack assistant thread (the prompt chips in an AI app)."
|
|
22682
22682
|
},
|
|
22683
22683
|
{
|
|
22684
|
-
name: "Set
|
|
22685
|
-
description: "
|
|
22684
|
+
name: "Set Agent Session Status",
|
|
22685
|
+
description: "Create or update the state of a Slack agent session associated with a thread."
|
|
22686
22686
|
},
|
|
22687
22687
|
{
|
|
22688
|
-
name: "
|
|
22689
|
-
description: "
|
|
22688
|
+
name: "Rename Agent Session",
|
|
22689
|
+
description: "Rename the Slack agent session associated with a thread."
|
|
22690
22690
|
},
|
|
22691
22691
|
{
|
|
22692
22692
|
name: "List Channels",
|
|
@@ -22814,7 +22814,7 @@ var init_integrations = __esm(() => {
|
|
|
22814
22814
|
{
|
|
22815
22815
|
id: "slack_oauth",
|
|
22816
22816
|
name: "Slack",
|
|
22817
|
-
description: "Trigger from Slack events
|
|
22817
|
+
description: "Trigger from Slack events, interactions, and slash commands"
|
|
22818
22818
|
}
|
|
22819
22819
|
],
|
|
22820
22820
|
triggerCount: 1,
|