-
Notifications
You must be signed in to change notification settings - Fork 259
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
Anthropic beta #497
Anthropic beta #497
Conversation
WalkthroughThis update introduces support for Anthropic's beta features within the Changes
Files selected (2)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Files selected (1)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Files selected (1)
Files ignored (0)InstructionsEmoji Descriptions:
Interact with the Bot:
Available Commands:
Tips for Using @Entelligence.AI Effectively:
Need More Help?
|
Codecov ReportAttention: Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Does this unintentionally override 120b7a5 ? |
🔍 Review Summary
Purpose:
Introduce support for Anthropic's beta features within the
agentops/llms/anthropic.py
module.Key Changes:
anthropic.resources.beta.messages.messages
to support beta message handling.patched_function_beta
andpatched_function
to override message creation methods for both standard and beta messages.Impact:
Ensures compatibility with both standard and beta message formats, improving maintainability and future feature support.
Original Description
No existing description found