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 ab1d1f1 commit e68c63cCopy full SHA for e68c63c
packages/amazonq/src/inlineChat/provider/inlineChatProvider.ts
@@ -247,7 +247,7 @@ export class InlineChatProvider {
247
if (!AuthUtil.instance.isSsoSession()) {
248
telemetry.amazonq_messageResponseError.emit({
249
result: 'Failed',
250
- cwsprChatConversationType: 'Chat',
+ cwsprChatConversationType: 'InlineChat',
251
cwsprChatRequestLength: message.message?.length ?? 0,
252
cwsprChatResponseCode: 401,
253
cwsprChatTriggerInteraction: triggerInteraction,
0 commit comments