-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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: Replace stj-schema-mapper source code with M.E.AI schema generation #9807
.Net: Replace stj-schema-mapper source code with M.E.AI schema generation #9807
Conversation
dotnet/src/Connectors/Connectors.OpenAI.UnitTests/Core/OpenAIJsonSchemaTransformerTests.cs
Show resolved
Hide resolved
dotnet/src/Connectors/Connectors.Google.UnitTests/Core/Gemini/GeminiFunctionTests.cs
Show resolved
Hide resolved
should this be tagged as fixing #9786 ?? |
after further internal discussions and careful reviews of the PR, it would only be partial, still need the additional flag, and selecting the "profile" from the flag, I'll try to stand up a PR for that. |
@eiriktsarpalis Thanks for creating the PR, we'll be focussed on this early next week |
This PR doesn't force SK consumers to update to .NET 9, so it's safe to merge it from this perspective. |
88cbfc7
to
df45a59
Compare
dotnet/src/Connectors/Connectors.OpenAI/Helpers/OpenAIChatResponseFormatHelper.cs
Outdated
Show resolved
Hide resolved
823155c
to
33ebf16
Compare
Replaces the source copied implementation from https://github.com/eiriktsarpalis/stj-schema-mapper with the equivalent component now made available through Microsoft.Extensions.AI.Abstractions.
cc @RogerBarreto @stephentoub @SergeyMenshykh