Skip to content

Commit d9c2938

Browse files
committed
Cleanup
1 parent 4db49c3 commit d9c2938

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugins/node/opentelemetry-instrumentation-aws-sdk/src/services/bedrock-runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ export class BedrockRuntimeServiceExtension implements ServiceExtension {
404404

405405
private static setStopReason(span: Span, stopReason: string | undefined) {
406406
if (stopReason !== undefined) {
407-
console.log(stopReason);
408407
span.setAttribute(ATTR_GEN_AI_RESPONSE_FINISH_REASONS, [stopReason]);
409408
}
410409
}

plugins/node/opentelemetry-instrumentation-aws-sdk/test/bedrock-runtime.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ describe('Bedrock', () => {
352352
});
353353
});
354354

355-
// TODO: Instrument InvokeModel
356355
describe('InvokeModel', () => {
357356
it('adds amazon titan model attributes to span', async () => {
358357
const modelId = 'amazon.titan-text-express-v1';

0 commit comments

Comments
 (0)