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

Fix __init__ types on Message class #7632

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ryanpeach
Copy link

@ryanpeach ryanpeach commented Jan 8, 2025

Fix init types on Message class

Relevant issues

Fixes #7630

Type

🐛 Bug Fix

Changes

Copy types from the root attributes to the init parameters.

Testing

Does cicd type check?

Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 8, 2025 6:35pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why are the __init__ types different than the object attribute types?
1 participant