Skip to content

Commit 3893b10

Browse files
Merge main into feature/q-lsp-chat
2 parents 841ee32 + 66dba3a commit 3893b10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ class CodeTestChatController(
409409
.build()
410410
return GenerateAssistantResponseRequest.builder()
411411
.conversationState(conversationState)
412+
.profileArn(QRegionProfileManager.getInstance().activeProfile(context.project)?.arn)
412413
.build()
413414
}
414415

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/clients/chat/v1/ChatSessionV1.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ class ChatSessionV1(
210210
.build()
211211
return GenerateAssistantResponseRequest.builder()
212212
.conversationState(conversationState)
213+
.profileArn(QRegionProfileManager.getInstance().activeProfile(project)?.arn)
213214
.build()
214215
}
215216

0 commit comments

Comments
 (0)