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 a1e061e commit a7394b4Copy full SHA for a7394b4
packages/compass-generative-ai/src/atlas-ai-service.ts
@@ -11,7 +11,6 @@ import type { Logger } from '@mongodb-js/compass-logging';
11
import { EJSON } from 'bson';
12
import { getStore } from './store/atlas-ai-store';
13
import { optIntoGenAIWithModalPrompt } from './store/atlas-optin-reducer';
14
-import { signIntoAtlasWithModalPrompt } from './store/atlas-signin-reducer';
15
16
type GenerativeAiInput = {
17
userInput: string;
0 commit comments