diff --git a/packages/vscode-extension/src/officeChat/commands/create/helper.ts b/packages/vscode-extension/src/officeChat/commands/create/helper.ts index abb488f436..5818388c0f 100644 --- a/packages/vscode-extension/src/officeChat/commands/create/helper.ts +++ b/packages/vscode-extension/src/officeChat/commands/create/helper.ts @@ -16,13 +16,12 @@ import { LanguageModelChatMessage, LanguageModelChatMessageRole, } from "vscode"; -import { IChatTelemetryData } from "../../../chat/types"; import { ProjectMetadata } from "../../../chat/commands/create/types"; import { getCopilotResponseAsString } from "../../../chat/utils"; import { getOfficeProjectMatchSystemPrompt } from "../../officePrompts"; import { officeSampleProvider } from "./officeSamples"; import { CommandKey } from "../../../constants"; -import { TelemetryProperty, TelemetryTriggerFrom } from "../../../telemetry/extTelemetryEvents"; +import { TelemetryTriggerFrom } from "../../../telemetry/extTelemetryEvents"; import { CHAT_EXECUTE_COMMAND_ID } from "../../../chat/consts"; import { fileTreeAdd, buildFileTree } from "../../../chat/commands/create/helper"; import { getOfficeSampleDownloadUrlInfo } from "../../utils"; diff --git a/packages/vscode-extension/test/officeChat/handlers.test.ts b/packages/vscode-extension/test/officeChat/handlers.test.ts index 30d5a131aa..b2a16e3ccc 100644 --- a/packages/vscode-extension/test/officeChat/handlers.test.ts +++ b/packages/vscode-extension/test/officeChat/handlers.test.ts @@ -366,6 +366,7 @@ Usage: @office Ask questions about Office Add-ins development.`); [TelemetryProperty.CopilotChatCommand]: "", [TelemetryProperty.CorrelationId]: "testCorrelationId", [TelemetryProperty.HostType]: "", + [TelemetryProperty.CopilotChatRelatedSampleName]: "", }, { [TelemetryProperty.CopilotChatFeedbackHelpful]: 1, @@ -396,6 +397,7 @@ Usage: @office Ask questions about Office Add-ins development.`); [TelemetryProperty.CopilotChatCommand]: "testCommand", [TelemetryProperty.CorrelationId]: "testCorrelationId", [TelemetryProperty.HostType]: "", + [TelemetryProperty.CopilotChatRelatedSampleName]: "", }, { [TelemetryProperty.CopilotChatFeedbackHelpful]: 0,