Skip to content

Commit f83daa9

Browse files
committed
feat: add AWS PRM user-agent attribution for Bedrock calls
1 parent 95ae940 commit f83daa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intercept/messages/base.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ func (i *interceptionBase) withAWSBedrockOptions(ctx context.Context, cfg *aibco
285285

286286
opts := []func(*config.LoadOptions) error{
287287
config.WithRegion(cfg.Region),
288+
config.WithAppID("APN_1.1/pc_cdfmjwn8i6u8l9fwz8h82e4w3$"),
288289
config.WithCredentialsProvider(
289290
credentials.NewStaticCredentialsProvider(
290291
cfg.AccessKey,

0 commit comments

Comments
 (0)