Skip to content

.Net: Fix Nullable Bug Gemini Schema Generation #11584

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

Conversation

RogerBarreto
Copy link
Member

@RogerBarreto RogerBarreto commented Apr 16, 2025

Motivation and Context

This problem arises when KernelSchema uses the AIJsonUtilities.CreateJsonSchema, where it generates a schema that does not comply with OpenAPI 3.0 for nullables that Google API uses.

@RogerBarreto RogerBarreto self-assigned this Apr 16, 2025
@RogerBarreto RogerBarreto requested a review from a team as a code owner April 16, 2025 11:12
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Apr 16, 2025
@RogerBarreto RogerBarreto added this pull request to the merge queue Apr 16, 2025
Merged via the queue into microsoft:main with commit 1068368 Apr 16, 2025
20 checks passed
@RogerBarreto RogerBarreto deleted the issues/10296-gemini-settings-schema-object branch April 16, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net: Bug: GeminiPromptExecutionSettings is not working with Type, Schema Object etc
3 participants