We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
area:gen-ai
OpenAI renamed the system role to developer: https://platform.openai.com/docs/guides/text-generation#messages-and-roles
system
developer
Python openai instrumentation is sending whatever it gets in the role as event name (https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/utils.py#L107) so it's out of spec in case it gets the developer role. Before touching the code would be nice to discuss how we want to handle this.
No response
The text was updated successfully, but these errors were encountered:
Related #1851
Sorry, something went wrong.
No branches or pull requests
Area(s)
area:gen-ai
What's missing?
OpenAI renamed the
system
role todeveloper
: https://platform.openai.com/docs/guides/text-generation#messages-and-rolesPython openai instrumentation is sending whatever it gets in the role as event name (https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/utils.py#L107) so it's out of spec in case it gets the
developer
role. Before touching the code would be nice to discuss how we want to handle this.Describe the solution you'd like
No response
The text was updated successfully, but these errors were encountered: