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<{
2727 < div className = { atlasSettingsContainerStyles } >
2828 < ConnectedAtlasLoginSettings > </ ConnectedAtlasLoginSettings >
2929 </ 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']} /> */ }
3135 </ >
3236 ) }
3337 </ div >
You can’t perform that action at this time.
0 commit comments