We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087c7a7 commit cb1a163Copy full SHA for cb1a163
packages/compass-settings/src/components/settings/gen-ai-settings.tsx
@@ -9,11 +9,7 @@ export const GenAISettings: React.FunctionComponent<{
9
}> = ({ isAIFeatureEnabled }) => {
10
return (
11
<div data-testid="gen-ai-settings">
12
- <div>
13
- Compass users with MongoDB Atlas accounts enjoy access to an extended
14
- set of generative AI functionality, starting with natural language
15
- processing for quicker query and aggregation authoring.
16
- </div>
+ <div>Provides access to advanced generative AI capabilities.</div>
17
<SettingsList fields={['enableGenAIFeatures']} />
18
19
{isAIFeatureEnabled && (
0 commit comments