Skip to content

Commit 0b692c8

Browse files
committed
DataExplorer
1 parent 3fc4550 commit 0b692c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/compass-assistant/src/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { redactConnectionString } from 'mongodb-connection-string-url';
33

44
export const APP_NAMES_FOR_PROMPT = {
55
Compass: 'MongoDB Compass',
6-
'Data Explorer': 'MongoDB Atlas Data Explorer',
6+
DataExplorer: 'MongoDB Atlas Data Explorer',
77
};
88

99
export const buildConversationInstructionsPrompt = ({

packages/compass-web/src/entrypoint.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,7 @@ const CompassWeb = ({
423423
>
424424
<CompassInstanceStorePlugin>
425425
<CompassAssistantProvider
426-
appNameForPrompt={
427-
APP_NAMES_FOR_PROMPT['Data Explorer']
428-
}
426+
appNameForPrompt={APP_NAMES_FOR_PROMPT.DataExplorer}
429427
>
430428
<FieldStorePlugin>
431429
<WithConnectionsStore>

0 commit comments

Comments
 (0)