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

Replace Tuple[type[ChatMessage], ...] with Sequence[type[ChatMessage]] #4857

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

ekzhu
Copy link
Collaborator

@ekzhu ekzhu commented Dec 30, 2024

Sequence is more consistent with the rest of the APIs and offers less surprise when it comes to callers.

@ekzhu ekzhu requested a review from jackgerrits December 30, 2024 19:23
@ekzhu ekzhu merged commit 5ee2190 into main Dec 30, 2024
50 checks passed
@ekzhu ekzhu deleted the use-sequence branch December 30, 2024 19:30
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.

2 participants