Skip to content

Commit

Permalink
chore(settings): hide enableGenAISampleDocumentPassing setting COMPAS…
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy authored Apr 17, 2024
1 parent a752813 commit 390c921
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ export const GenAISettings: React.FunctionComponent<{
<div className={atlasSettingsContainerStyles}>
<ConnectedAtlasLoginSettings></ConnectedAtlasLoginSettings>
</div>
<SettingsList fields={['enableGenAISampleDocumentPassing']} />
{/* TODO(COMPASS-7865): We're currently sending our sample field values to the server
and into the ai prompt as regular JSON. This means the AI isn't generating good
results with certain bson types. It'll take a bit of work server
side for us to do this. In the meantime we are hiding this setting. */}
{/* <SettingsList fields={['enableGenAISampleDocumentPassing']} /> */}
</>
)}
</div>
Expand Down

0 comments on commit 390c921

Please sign in to comment.