File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/compass-settings/src/components/settings Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ export const GenAISettings: React.FunctionComponent<{
27
27
< div className = { atlasSettingsContainerStyles } >
28
28
< ConnectedAtlasLoginSettings > </ ConnectedAtlasLoginSettings >
29
29
</ div >
30
- < SettingsList fields = { [ 'enableGenAISampleDocumentPassing' ] } />
30
+ { /* TODO(COMPASS-7865): We're currently sending our sample field values to the server
31
+ and into the ai prompt as regular JSON. This means the AI isn't generating good
32
+ results with certain bson types. It'll take a bit of work server
33
+ side for us to do this. In the meantime we are hiding this setting. */ }
34
+ { /* <SettingsList fields={['enableGenAISampleDocumentPassing']} /> */ }
31
35
</ >
32
36
) }
33
37
</ div >
You can’t perform that action at this time.
0 commit comments