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: Cleanup #7266

Merged

Conversation

SergeyMenshykh
Copy link
Member

Cleanup:

  1. Align the handling of the result of the AzureOpenAIPromptExecutionSettings class deserialization with the way it is handled in the new OpenAI prompt execution settings classes. There's no need to check the result of the JsonSerializer.Deserialize method for null because it can't return null in this particular case.
  2. Remove the forgotten comment and unused enum.

@SergeyMenshykh SergeyMenshykh self-assigned this Jul 15, 2024
@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner July 15, 2024 18:14
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jul 15, 2024
@SergeyMenshykh SergeyMenshykh merged commit 44f27a2 into microsoft:feature-connectors-openai Jul 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants