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 0c20c09 commit fbd336fCopy full SHA for fbd336f
packages/instrumentation-openai/src/instrumentation.ts
@@ -1040,6 +1040,7 @@ export class OpenAIInstrumentation extends InstrumentationBase<OpenAIInstrumenta
1040
span.setAttributes({
1041
[ATTR_GEN_AI_RESPONSE_ID]: response.id,
1042
[ATTR_GEN_AI_RESPONSE_MODEL]: model,
1043
+ [ATTR_GEN_AI_CONVERSATION_ID]: response.conversation?.id
1044
});
1045
break;
1046
}
0 commit comments