File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
amazonq/test/unit/codewhispererChat/controllers/chat/chatRequest
core/src/codewhispererChat Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11import assert from 'assert'
2- import { ChatTriggerType , TriggerPayload , triggerPayloadToChatRequest } from 'aws-core-vscode/codewhispererChat'
3- import { filePathSizeLimit } from '../../../../../../../core/dist/src/codewhispererChat/controllers/chat/chatRequest/converter'
2+ import {
3+ ChatTriggerType ,
4+ filePathSizeLimit ,
5+ TriggerPayload ,
6+ triggerPayloadToChatRequest ,
7+ } from 'aws-core-vscode/codewhispererChat'
48
59describe ( 'triggerPayloadToChatRequest' , ( ) => {
610 const mockBasicPayload : TriggerPayload = {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export { FocusAreaContextExtractor } from './editor/context/focusArea/focusAreaE
77export { TryChatCodeLensProvider , resolveModifierKey , tryChatCodeLensCommand } from './editor/codelens'
88export { focusAmazonQPanel } from './commands/registerCommands'
99export { ChatSession } from './clients/chat/v0/chat'
10- export { triggerPayloadToChatRequest } from './controllers/chat/chatRequest/converter'
10+ export { triggerPayloadToChatRequest , filePathSizeLimit } from './controllers/chat/chatRequest/converter'
1111export { ChatTriggerType , PromptMessage , TriggerPayload } from './controllers/chat/model'
1212export { UserIntentRecognizer } from './controllers/chat/userIntent/userIntentRecognizer'
1313export { EditorContextExtractor } from './editor/context/extractor'
You can’t perform that action at this time.
0 commit comments