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 e68c63c commit 505cd41Copy full SHA for 505cd41
packages/amazonq/src/inlineChat/provider/inlineChatProvider.ts
@@ -244,10 +244,12 @@ export class InlineChatProvider {
244
break
245
}
246
247
+ // TODO: change cwsprChatConversationType to from 'Chat' to 'InlineChat'
248
+ // once aws-toolkit-common releases new version or main gets merged to flare-mega
249
if (!AuthUtil.instance.isSsoSession()) {
250
telemetry.amazonq_messageResponseError.emit({
251
result: 'Failed',
- cwsprChatConversationType: 'InlineChat',
252
+ cwsprChatConversationType: 'Chat',
253
cwsprChatRequestLength: message.message?.length ?? 0,
254
cwsprChatResponseCode: 401,
255
cwsprChatTriggerInteraction: triggerInteraction,
0 commit comments