Skip to content

Commit f4c9d1a

Browse files
committed
/dev
1 parent 4d6542c commit f4c9d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/amazonqFeatureDev/client/featureDev.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,13 @@ export class FeatureDevClient implements FeatureClient {
244244
}
245245

246246
public async exportResultArchive(conversationId: string) {
247+
const profile = AuthUtil.instance.regionProfileManager.activeRegionProfile
247248
try {
248249
const streamingClient = await createCodeWhispererChatStreamingClient()
249250
const params = {
250251
exportId: conversationId,
251252
exportIntent: 'TASK_ASSIST',
253+
profileArn: profile?.arn,
252254
} satisfies ExportResultArchiveCommandInput
253255
getLogger().debug(`Executing exportResultArchive with %O`, params)
254256
const archiveResponse = await streamingClient.exportResultArchive(params)

0 commit comments

Comments
 (0)