Skip to content

Commit 4887664

Browse files
committed
chore: revert ai prompt event changes
1 parent a929349 commit 4887664

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/compass-aggregations/src/modules/pipeline-builder/pipeline-ai.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ export const runAIPipelineGeneration = (
247247
track(
248248
'AI Prompt Submitted',
249249
() => ({
250-
source: 'natural language query' as const,
251250
editor_view_type,
252251
user_input_length: userInput.length,
253252
request_id: requestId,

packages/compass-query-bar/src/stores/ai-query-reducer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ export const runAIQuery = (
178178
track(
179179
'AI Prompt Submitted',
180180
() => ({
181-
source: 'natural language query' as const,
182181
editor_view_type: 'find' as const,
183182
user_input_length: userInput.length,
184183
has_sample_documents: provideSampleDocuments,

0 commit comments

Comments
 (0)