Skip to content
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

chore: removed assigning unused metadata to LLM events #1932

Merged
merged 1 commit into from Jan 8, 2024

Conversation

bizob2828
Copy link
Member

Description

In #1918 we removed the ability to assign metadata to LLM events. This was because the implementation wasn't fully thought out at the org level. I missed a spot where it was actually reading if agent.llm.metadata was present and spreading it on the LLM message.

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (10762a7) 97.02% compared to head (d16d673) 97.02%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1932      +/-   ##
==========================================
- Coverage   97.02%   97.02%   -0.01%     
==========================================
  Files         215      215              
  Lines       40240    40239       -1     
==========================================
- Hits        39041    39040       -1     
  Misses       1199     1199              
Flag Coverage Δ
integration-tests-16.x 78.91% <ø> (ø)
integration-tests-18.x 79.18% <ø> (ø)
integration-tests-20.x 79.18% <ø> (-0.02%) ⬇️
unit-tests-16.x 91.10% <ø> (+<0.01%) ⬆️
unit-tests-18.x 91.08% <ø> (+<0.01%) ⬆️
unit-tests-20.x 91.08% <ø> (+<0.01%) ⬆️
versioned-tests-16.x 73.96% <ø> (-0.03%) ⬇️
versioned-tests-18.x 73.98% <ø> (-0.03%) ⬇️
versioned-tests-20.x 73.99% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bizob2828 bizob2828 merged commit 2f67d49 into newrelic:main Jan 8, 2024
24 checks passed
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed Jan 8, 2024
@github-actions github-actions bot mentioned this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants