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: New Feature: GeminiPromptExecutionSettings is missing optional parameter responseSchema #9501

Closed
jamescarter-le opened this issue Nov 1, 2024 · 1 comment · Fixed by #10135
Assignees
Labels
ai connector Anything related to AI connectors .NET Issue or Pull requests regarding .NET code

Comments

@jamescarter-le
Copy link

GeminiPromptExecutionSettings is missing the JSON response schema that is present on other PromptExecutionSettings to constrain the output.

Property: responseSchema
Format: OpenAPI Schema.

@evchaki evchaki added .NET Issue or Pull requests regarding .NET code ai connector Anything related to AI connectors labels Nov 1, 2024
@github-actions github-actions bot changed the title New Feature: GeminiPromptExecutionSettings is missing optional parameter responseSchema .Net: New Feature: GeminiPromptExecutionSettings is missing optional parameter responseSchema Nov 1, 2024
@evchaki
Copy link
Contributor

evchaki commented Nov 4, 2024

@RogerBarreto - can you take a look at this? @jamescarter-le - thanks for submitting this, we will take a look at updating this.

@evchaki evchaki removed the triage label Nov 4, 2024
@RogerBarreto RogerBarreto moved this from Bug to Sprint: In Progress in Semantic Kernel Jan 7, 2025
@RogerBarreto RogerBarreto moved this from Sprint: In Progress to Sprint: In Review in Semantic Kernel Jan 9, 2025
github-merge-queue bot pushed a commit that referenced this issue Jan 10, 2025
…ort) (#10135)

### Motivation and Context

- Resolves #9501

### Description

Allow schema definition for the LLM response. Similar to `Structured
Output` concept from OpenAI.
@RogerBarreto RogerBarreto moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai connector Anything related to AI connectors .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: Done
5 participants
@jamescarter-le @RogerBarreto @evchaki @markwallace-microsoft and others