Skip to content

Commit 390c921

Browse files
authored
chore(settings): hide enableGenAISampleDocumentPassing setting COMPASS-7865 (#5699)
1 parent a752813 commit 390c921

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/compass-settings/src/components/settings/gen-ai-settings.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)