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 ddb9b92 commit 5a6fd9cCopy full SHA for 5a6fd9c
packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-ai.tsx
@@ -118,7 +118,7 @@ export const PipelineAI: React.FunctionComponent<PipelineAIProps> = ({
118
onResetIsAggregationGeneratedFromQuery={
119
onResetIsAggregationGeneratedFromQuery
120
}
121
- placeholder="Tell us what to find (e.g. movies from 2000) or paste a query in another language (SQL, Java, etc.)"
+ placeholder="Tell us what aggregation to build (e.g. count movies made each year) or paste one in another language (SQL, Java, etc.)"
122
onSubmitFeedback={enableTelemetry ? onSubmitFeedback : undefined}
123
/>
124
);
0 commit comments