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 3fc4550 commit 0b692c8Copy full SHA for 0b692c8
packages/compass-assistant/src/prompts.ts
@@ -3,7 +3,7 @@ import { redactConnectionString } from 'mongodb-connection-string-url';
3
4
export const APP_NAMES_FOR_PROMPT = {
5
Compass: 'MongoDB Compass',
6
- 'Data Explorer': 'MongoDB Atlas Data Explorer',
+ DataExplorer: 'MongoDB Atlas Data Explorer',
7
};
8
9
export const buildConversationInstructionsPrompt = ({
packages/compass-web/src/entrypoint.tsx
@@ -423,9 +423,7 @@ const CompassWeb = ({
423
>
424
<CompassInstanceStorePlugin>
425
<CompassAssistantProvider
426
- appNameForPrompt={
427
- APP_NAMES_FOR_PROMPT['Data Explorer']
428
- }
+ appNameForPrompt={APP_NAMES_FOR_PROMPT.DataExplorer}
429
430
<FieldStorePlugin>
431
<WithConnectionsStore>
0 commit comments