-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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: Sample Code Showcasing Usage of Reasoning Models in OpenAI and AzureOpenAI #10558
base: main
Are you sure you want to change the base?
Conversation
@RogerBarreto I saw there was no sample, so "giving back" a bit ;) |
Thanks for the sample and contribution @joslat. |
@RogerBarreto & @crickman any feedback? :) |
@RogerBarreto - The core of the demo isn't really agent specific. I've recommended to @joslat that it be refactored as a focused sample. |
@crickman I think this is it, simplest implementation possible as a concept sample, ChatCompletion only. |
Some TODO after an alignment/sync with @RogerBarreto:
Do I miss anything @RogerBarreto? |
dotnet/samples/Concepts/ChatCompletion/AzureOpenAI_ChatCompletion_WithReasoning.cs
Outdated
Show resolved
Hide resolved
dotnet/samples/Concepts/ChatCompletion/AzureOpenAI_ChatCompletion_WithReasoning.cs
Show resolved
Hide resolved
dotnet/samples/Concepts/ChatCompletion/AzureOpenAI_ChatCompletion_WithReasoning.cs
Show resolved
Hide resolved
Update the PR Description and Title to the simplified latest changes. Thanks! |
Sounds good! Thanks! |
ONe of the files in the PR changes the solution file, it's not needed. |
also done :) |
Motivation and Context
Description
This pull request adds sample code that demonstrates how to leverage reasoning models in a ChatCompletion on AzureOpenAI and OpenAI.
This implementation how to leverage LLM Reasoning capabilities but also complements the phenomenal code from Roger Barreto (@RogerBarreto), further strengthening Semantic Kernel overall solution.
Contribution Checklist