Skip to content

Commit 505cd41

Browse files
committed
change InlineChat back to Chat for future edit
1 parent e68c63c commit 505cd41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/amazonq/src/inlineChat/provider/inlineChatProvider.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,12 @@ export class InlineChatProvider {
244244
break
245245
}
246246

247+
// TODO: change cwsprChatConversationType to from 'Chat' to 'InlineChat'
248+
// once aws-toolkit-common releases new version or main gets merged to flare-mega
247249
if (!AuthUtil.instance.isSsoSession()) {
248250
telemetry.amazonq_messageResponseError.emit({
249251
result: 'Failed',
250-
cwsprChatConversationType: 'InlineChat',
252+
cwsprChatConversationType: 'Chat',
251253
cwsprChatRequestLength: message.message?.length ?? 0,
252254
cwsprChatResponseCode: 401,
253255
cwsprChatTriggerInteraction: triggerInteraction,

0 commit comments

Comments
 (0)