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
@@ -29,24 +38,28 @@ export async function ingestSlackConversation(params: IngestSlackConversationAct
29
38
path: 'chat.postMessage',
30
39
payload: {
31
40
channel: channelId,
32
-
text: `🚀 Sharing this conversation with Docs Agent to improve your docs...`,
41
+
text: isDocsAgentsEnabled
42
+
? `🚀 Sharing this conversation with Docs Agent to improve your docs...`
43
+
: `✨ Docs Agent is currently in private alpha.\n\nRequest early access for your organization: https://app.gitbook.com/o/${installation.target.organization}/agents`,
0 commit comments