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
Update Slack integration documentation with AI disclaimer and policy links
- Add AI disclaimer section explaining AI-powered nature and limitations
- Add link to privacy policy in Data Privacy section
- Add new Pricing section with link to pricing page
- Addresses requirements from CG-18575
Copy file name to clipboardExpand all lines: docs/integrations/slack.mdx
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,17 @@ Codegen only responds when tagged or messaged directly. Use these approaches to
75
75
- Sending subsequent messages within a thread routes to the same agent (tag `@codegen` to trigger)
76
76
- New messages to `@codegen` in an active thread will interrupt the agent if it's currently working
77
77
78
+
## AI Disclaimer
79
+
80
+
**Codegen is powered by artificial intelligence (AI) technology.** While our AI agents are designed to be helpful and accurate, please be aware that:
81
+
82
+
- AI-generated responses may occasionally contain errors or inaccuracies
83
+
- Code suggestions and implementations should be reviewed before deployment
84
+
- AI responses are based on training data and may not reflect the most current information
85
+
- Users should exercise judgment and verify AI-generated content as appropriate for their use case
86
+
87
+
We continuously work to improve our AI capabilities, but recommend treating AI assistance as a powerful tool that benefits from human oversight and validation.
88
+
78
89
## Data Privacy and Security
79
90
80
91
**Message Content Handling:**
@@ -87,8 +98,14 @@ Codegen only responds when tagged or messaged directly. Use these approaches to
87
98
88
99
Codegen's actions on connected repositories are governed by the permissions of the user who initiated the interaction via Slack. The bot itself does not have independent permissions to repositories. Access to repositories and the ability to trigger actions are determined by the Codegen user's authenticated account and their associated repository permissions. We recommend configuring channel access carefully during installation to ensure the Codegen integration for Slack is only present in channels where its use is appropriate.
89
100
101
+
For more detailed information about our data handling practices, please review our [Privacy Policy](https://www.codegen.com/privacy-policy).
102
+
103
+
## Pricing
104
+
105
+
Codegen offers various pricing tiers to meet different team needs. For current pricing information and plan details, visit our [Pricing page](https://www.codegen.com/pricing).
106
+
90
107
## Tips for Effective Use
91
108
92
109
- Use direct language when asking Codegen for help (e.g., "Add pagination to the results view").
93
110
- Mention Codegen early in the message so it is triggered promptly.
94
-
- Use threads for ongoing conversations with Codegen so it has access to previous context.
111
+
- Use threads for ongoing conversations with Codegen so it has access to previous context.
0 commit comments