sim-setup 1.0.6-preview.72.1 → 1.0.6-preview.73.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 +14 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22844,9 +22844,21 @@ var init_integrations = __esm(() => {
|
|
|
22844
22844
|
description: "Get a stable permalink URL to a specific Slack message."
|
|
22845
22845
|
},
|
|
22846
22846
|
{
|
|
22847
|
-
name: "Set
|
|
22847
|
+
name: "Set Assistant Status",
|
|
22848
|
+
description: "Set or clear the assistant thread status indicator (the loading shimmer) on a Slack AI app thread. Pass an empty status to clear it."
|
|
22849
|
+
},
|
|
22850
|
+
{
|
|
22851
|
+
name: "Set Assistant Title",
|
|
22852
|
+
description: "Set the title of a Slack assistant thread (shown in the AI app thread header)."
|
|
22853
|
+
},
|
|
22854
|
+
{
|
|
22855
|
+
name: "Set Assistant Suggested Prompts",
|
|
22848
22856
|
description: "Set the clickable suggested prompts shown in a Slack assistant thread (the prompt chips in an AI app)."
|
|
22849
22857
|
},
|
|
22858
|
+
{
|
|
22859
|
+
name: "Set Agent Suggested Prompts",
|
|
22860
|
+
description: "Set suggested prompts in Slack Agent View, optionally scoped to a specific thread."
|
|
22861
|
+
},
|
|
22850
22862
|
{
|
|
22851
22863
|
name: "Set Agent Session Status",
|
|
22852
22864
|
description: "Create or update the state of a Slack agent session associated with a thread."
|
|
@@ -22976,7 +22988,7 @@ var init_integrations = __esm(() => {
|
|
|
22976
22988
|
description: "Set the purpose (description) for a Slack channel (max 250 characters)."
|
|
22977
22989
|
}
|
|
22978
22990
|
],
|
|
22979
|
-
operationCount:
|
|
22991
|
+
operationCount: 45,
|
|
22980
22992
|
triggers: [
|
|
22981
22993
|
{
|
|
22982
22994
|
id: "slack_oauth",
|