Skip to content

Commit c8d6edf

Browse files
akoremanAlice Koreman
and
Alice Koreman
authored
fix: Set source parameter chat request context to 'IDE' (#1407)
* fix: set source to 'IDE' for chat client --------- Co-authored-by: Alice Koreman <alicekor@amazon.nl>
1 parent e5ede36 commit c8d6edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/aws-lsp-codewhisperer/src/language-server/chat/contexts/triggerContext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export class QChatTriggerContext {
9898
customizationArn,
9999
},
100100
profileArn,
101+
source: 'IDE',
101102
}
102103

103104
return data

0 commit comments

Comments
 (0)