-
Notifications
You must be signed in to change notification settings - Fork 149
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
Aws bedrock llm support #1837
Aws bedrock llm support #1837
Conversation
…ws-bedrock-support
…ws-bedrock-support
…ws-bedrock-llm-support
…-java-agent into aws-bedrock-llm-support
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1837 +/- ##
============================================
- Coverage 70.86% 69.98% -0.88%
+ Complexity 9973 9892 -81
============================================
Files 829 835 +6
Lines 39984 40096 +112
Branches 6058 6068 +10
============================================
- Hits 28333 28061 -272
- Misses 8924 9350 +426
+ Partials 2727 2685 -42 ☔ View full report in Codecov by Sentry. |
…c-java-agent into aws-bedrock-llm-support
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.
+1, especially like the READMEs with examples
This PR achieves code completion for the Java Agent - AIM Support (Bedrock) milestone.
It adds:
void recordLlmFeedbackEvent(Map<String, Object> llmFeedbackEventAttributes)
void setLlmTokenCountCallback(LlmTokenCountCallback llmTokenCountCallback)
It adheres to the following agent specs: