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
We just had the GenAI agent Create Agentspan specs: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/gen-ai-agent-spans.md. Looking at the attributes defined, it feels like some of them aren't necessary.
Create Agent
For example, the gen_ai.response.xx and gen_ai.usage.xx attributes are not really related to creating an agent, but rather invoking an agent.
gen_ai.response.xx
gen_ai.usage.xx
Consider removing those attributes from the agent creation span.
The text was updated successfully, but these errors were encountered:
@TaoChenOSU it is being fixed at #1900
Sorry, something went wrong.
lmolkova
No branches or pull requests
Area(s)
area:gen-ai
What's missing?
We just had the GenAI agent
Create Agent
span specs: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/gen-ai-agent-spans.md. Looking at the attributes defined, it feels like some of them aren't necessary.For example, the
gen_ai.response.xx
andgen_ai.usage.xx
attributes are not really related to creating an agent, but rather invoking an agent.Describe the solution you'd like
Consider removing those attributes from the agent creation span.
The text was updated successfully, but these errors were encountered: