We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c2938 commit 4838419Copy full SHA for 4838419
plugins/node/opentelemetry-instrumentation-aws-sdk/src/services/bedrock-runtime.ts
@@ -371,6 +371,7 @@ export class BedrockRuntimeServiceExtension implements ServiceExtension {
371
) {
372
return {
373
...response.data,
374
+ // Wrap and replace the response stream to allow processing events to telemetry.
375
stream: this.wrapConverseStreamResponse(
376
response,
377
response.data.stream,
0 commit comments