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

.Net: Loosen TextChunker's lines input type #5502

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

stephentoub
Copy link
Member

It currently requires a List<string>. This both annoying and unnecessary.

I also removed duplicative experimental attributes.

(Note this is a binary breaking change, not source breaking, but the type is marked experimental.)

It currently requires a `List<string>`. This both annoying and unnecessary.

I also removed duplicative experimental attributes.
@stephentoub stephentoub requested a review from a team as a code owner March 15, 2024 17:03
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Mar 15, 2024
@github-actions github-actions bot changed the title Loosen TextChunker's lines input type .Net: Loosen TextChunker's lines input type Mar 15, 2024
Copy link
Member

@markwallace-microsoft markwallace-microsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stephentoub The suppressions file needs to be updated

@stephentoub
Copy link
Member Author

@stephentoub The suppressions file needs to be updated

Done. Thanks.

@stephentoub stephentoub added this pull request to the merge queue Mar 19, 2024
Merged via the queue into microsoft:main with commit 0a44a66 Mar 19, 2024
18 checks passed
@stephentoub stephentoub deleted the textchunkerenumerable branch March 19, 2024 19:17
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
It currently requires a `List<string>`. This both annoying and
unnecessary.

I also removed duplicative experimental attributes.

(Note this is a binary breaking change, not source breaking, but the
type is marked experimental.)
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.

3 participants