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 a3355ea commit ced18cbCopy full SHA for ced18cb
aws-distro-opentelemetry-node-autoinstrumentation/src/patches/aws/services/bedrock.ts
@@ -386,7 +386,7 @@ export class BedrockRuntimeServiceExtension implements ServiceExtension {
386
responseBody.choices[0].finish_reason,
387
]);
388
}
389
- } else if (currentModelId.includes('mistral.mistral')) {
+ } else if (currentModelId.includes('mistral')) {
390
if (responseBody.outputs?.[0]?.text !== undefined) {
391
span.setAttribute(
392
AwsSpanProcessingUtil.GEN_AI_USAGE_OUTPUT_TOKENS,
0 commit comments