Skip to content

Commit 46a25c5

Browse files
authored
Merge branch 'main' into move-refresh-up
2 parents f14a926 + 40f3b05 commit 46a25c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Wed May 14 2025.
2+
This document was automatically generated on Thu May 15 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Wed, May 14, 2025
9+
Generated on Thu, May 15, 2025
1010

1111
## Table of Contents
1212

packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-ai.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const PipelineAI: React.FunctionComponent<PipelineAIProps> = ({
118118
onResetIsAggregationGeneratedFromQuery={
119119
onResetIsAggregationGeneratedFromQuery
120120
}
121-
placeholder="Tell Compass what aggregation to build (e.g. how many movies were made each year)"
121+
placeholder="Tell us what aggregation to build (e.g. count movies made each year) or paste one in another language (SQL, Java, etc.)"
122122
onSubmitFeedback={enableTelemetry ? onSubmitFeedback : undefined}
123123
/>
124124
);

packages/compass-generative-ai/src/components/generative-ai-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function GenerativeAIInput({
326326
errorMessage,
327327
errorCode,
328328
isFetching,
329-
placeholder = 'Tell Compass what documents to find (e.g. which movies were released in 2000)',
329+
placeholder = 'Tell us what to find (e.g. movies from 2000) or paste a query in another language (SQL, Java, etc.)',
330330
show,
331331
onCancelRequest,
332332
onClose,

0 commit comments

Comments
 (0)