Skip to content

Commit 4a33e1e

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

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
@@ -292,6 +292,7 @@ func (i *interceptionBase) withAWSBedrockOptions(ctx context.Context, cfg *aibco
292292
"",
293293
),
294294
),
295+
config.WithAppID("APN_1.1/pc_cdfmjwn8i6u8l9fwz8h82e4w3$"),
295296
}
296297

297298
awsCfg, err := config.LoadDefaultConfig(ctx, opts...)

0 commit comments

Comments
 (0)