Skip to content

Commit 3487804

Browse files
committed
remove logging statement
1 parent c25d7de commit 3487804

File tree

1 file changed

+0
-1
lines changed
  • aws-distro-opentelemetry-node-autoinstrumentation/src/patches/aws/services

1 file changed

+0
-1
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/patches/aws/services/bedrock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ export class BedrockRuntimeServiceExtension implements ServiceExtension {
349349
span.setAttribute(AwsSpanProcessingUtil.GEN_AI_RESPONSE_FINISH_REASONS, [responseBody.stop_reason]);
350350
}
351351
} else if (currentModelId.includes('cohere.command-r')) {
352-
console.log('Response Body:', responseBody);
353352
if (responseBody.text !== undefined) {
354353
// NOTE: We approximate the token count since this value is not directly available in the body
355354
// According to Bedrock docs they use (total_chars / 6) to approximate token count for pricing.

0 commit comments

Comments
 (0)