We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e8148 commit 31a8854Copy full SHA for 31a8854
packages/compass-query-bar/src/components/generative-ai/ai-text-input.tsx
@@ -227,7 +227,7 @@ function AITextInput({
227
ref={promptTextInputRef}
228
sizeVariant="small"
229
aria-label="Enter a plain text query that the AI will translate into MongoDB query language."
230
- placeholder="Tell Compass what documents to find (e.g. how many users signed up last month)"
+ placeholder="Tell Compass what documents to find (e.g. which movies were released in 2000)"
231
value={aiPromptText}
232
onChange={(evt: React.ChangeEvent<HTMLInputElement>) =>
233
onChangeAIPromptText(evt.currentTarget.value)
0 commit comments