-
Notifications
You must be signed in to change notification settings - Fork 557
feat(langchain): update integration to from ai.* to gen_ai.* span attributes #4678
New issue
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
feat(langchain): update integration to from ai.* to gen_ai.* span attributes #4678
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4678 +/- ##
==========================================
- Coverage 85.07% 84.85% -0.22%
==========================================
Files 156 156
Lines 15984 16109 +125
Branches 2718 2740 +22
==========================================
+ Hits 13598 13670 +72
- Misses 1600 1651 +51
- Partials 786 788 +2
|
should now have everything it needs.
…pirker/langchain1
response of chat will follow soon.
…pirker/langchain1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to be merged! Thanks @shellmayr !
Closes TET-992