To Add tool description as one of the gen_ai.tool attributes#2059
Merged
lmolkova merged 5 commits intoopen-telemetry:mainfrom Apr 13, 2025
Merged
To Add tool description as one of the gen_ai.tool attributes#2059lmolkova merged 5 commits intoopen-telemetry:mainfrom
lmolkova merged 5 commits intoopen-telemetry:mainfrom
Conversation
gyliu513
reviewed
Apr 8, 2025
9d3baa3 to
5f01367
Compare
Member
|
@PRATIBHA-Moogi CI was failed.
@lmolkova can you help review? Thanks! |
5f01367 to
e28674d
Compare
lmolkova
approved these changes
Apr 10, 2025
Member
|
Please add changelog |
Member
|
@PRATIBHA-Moogi you can take a look at my PR here #2024 as an example for how to add changelog. |
Contributor
Author
Member
|
@PRATIBHA-Moogi it is not required, you can also use this PR's number in the changelog. |
e28674d to
e8bc2cc
Compare
gyliu513
reviewed
Apr 11, 2025
…ntic conventions with changelog 2059.yaml
e8bc2cc to
4fd8345
Compare
gyliu513
approved these changes
Apr 11, 2025
nirga
approved these changes
Apr 11, 2025
lmolkova
approved these changes
Apr 11, 2025
lmolkova
reviewed
Apr 11, 2025
lmolkova
approved these changes
Apr 13, 2025
lmolkova
pushed a commit
to lmolkova/semantic-conventions
that referenced
this pull request
May 13, 2025
…lemetry#2059) Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2087
Changes
All the available gen_ai agentic application frameworks - langchain, langgraph, crew.ai, autogen, llamaindex tools use "description" as as one of the configuration parameter on the basis of which gen_ai agents rightly identify a tool to be called when user expresses an intent using a natural language interface. The description provided to each tool play an important role in driving right-tool calling capability of involved llm.
This PR introduces "description" as one of the attributes for gen_ai.tool semantic conventions as that can help with diagnosing tool calling capabilities of llm used in the gen_ai.agent.
Merge requirement checklist
[chore]