Skip to content

fix(core): Fix operation name for openai responses API #17206

Merged
RulaKhaled merged 2 commits intodevelopfrom
add-responses-op
Jul 29, 2025
Merged

fix(core): Fix operation name for openai responses API #17206
RulaKhaled merged 2 commits intodevelopfrom
add-responses-op

Conversation

@RulaKhaled
Copy link
Contributor

@RulaKhaled RulaKhaled commented Jul 29, 2025

According to https://opentelemetry.io/docs/specs/semconv/registry/attributes/gen-ai/#gen-ai-operation-name

“If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.”

and because the responses api also allows file and image input we can assume it's not really a chat completion

closes: #17192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix get_ai.operation.name for responses api to responses instead of chat

2 participants