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: Updated audio abstractions to return multiple values #5149

Merged
merged 5 commits into from
Feb 26, 2024

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

This PR contains changes for audio abstractions to align with abstraction pattern in SK to return multiple values instead of just one to be more flexible in cases when AI connector returns multiple results (like in chat completion service with choices).

For easier usage when only one result is provided by AI connector, it's possible to use extension method that is responsible for returning single result.

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Feb 26, 2024
@dmytrostruk dmytrostruk requested a review from a team as a code owner February 26, 2024 12:17
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel kernel.core labels Feb 26, 2024
@dmytrostruk dmytrostruk added the PR: ready for review All feedback addressed, ready for reviews label Feb 26, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Feb 26, 2024
Merged via the queue into microsoft:main with commit e4d2975 Feb 26, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel.core kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants