From 390c921387c5191aa946627a5595876acd8df942 Mon Sep 17 00:00:00 2001 From: Rhys Date: Wed, 17 Apr 2024 13:46:23 -0400 Subject: [PATCH] chore(settings): hide enableGenAISampleDocumentPassing setting COMPASS-7865 (#5699) --- .../src/components/settings/gen-ai-settings.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/compass-settings/src/components/settings/gen-ai-settings.tsx b/packages/compass-settings/src/components/settings/gen-ai-settings.tsx index 5dbcea70083..2e9abac1dcb 100644 --- a/packages/compass-settings/src/components/settings/gen-ai-settings.tsx +++ b/packages/compass-settings/src/components/settings/gen-ai-settings.tsx @@ -27,7 +27,11 @@ export const GenAISettings: React.FunctionComponent<{
- + {/* 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. */} + {/* */} )}