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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Fix a few issues with ChatHistoryExtensions #3508

Merged
merged 1 commit into from Nov 15, 2023

Conversation

stephentoub
Copy link
Member

Motivation and Context

  1. It's public but has no public members. It shouldn't be public.
  2. It allocates a bunch but doesn't actually need to allocate anything (at least when not passed a TokenCounter, which it currently never is).

Contribution Checklist

1. It's public but has no public members. It shouldn't be public.
2. It allocates a bunch but doesn't actually need to allocate anything (at least when not passed a TokenCounter, which it currently never is).
@stephentoub stephentoub requested a review from a team as a code owner November 15, 2023 03:09
@shawncal shawncal added the .NET Issue or Pull requests regarding .NET code label Nov 15, 2023
@github-actions github-actions bot changed the title Fix a few issues with ChatHistoryExtensions .Net: Fix a few issues with ChatHistoryExtensions Nov 15, 2023
@stephentoub stephentoub added this pull request to the merge queue Nov 15, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 15, 2023
@stephentoub stephentoub added this pull request to the merge queue Nov 15, 2023
Merged via the queue into microsoft:main with commit 3c7baae Nov 15, 2023
19 checks passed
@stephentoub stephentoub deleted the chathistoryextensions branch November 15, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants