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 19973a8 commit 8fae876Copy full SHA for 8fae876
packages/core/src/codewhispererChat/controllers/chat/chatRequest/converter.ts
@@ -13,7 +13,7 @@ import {
13
} from '@amzn/codewhisperer-streaming'
14
import { ChatTriggerType, TriggerPayload } from '../model'
15
import { undefinedIfEmpty } from '../../../../shared/utilities/textUtilities'
16
-import { getLogger } from '../../../../shared'
+import { getLogger } from '../../../../shared/logger/logger'
17
18
const fqnNameSizeDownLimit = 1
19
const fqnNameSizeUpLimit = 256
0 commit comments