Skip to content

Commit a4212ec

Browse files
Merge master into feature/hybridChat-local
2 parents 2cb0d92 + 3d160d1 commit a4212ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/clients/codewhispererChatClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function createCodeWhispererChatStreamingClient(): Promise<CodeWhis
1616
region: cwsprConfig.region,
1717
endpoint: cwsprConfig.endpoint,
1818
token: { token: bearerToken },
19-
customUserAgent: getUserAgent(),
19+
customUserAgent: getUserAgent({ includePlatform: true, includeClientId: true }),
2020
retryStrategy: new ConfiguredRetryStrategy(1, (attempt: number) => 500 + attempt ** 10),
2121
})
2222
return streamingClient

0 commit comments

Comments
 (0)