You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Net: Sample Code Showcasing Usage of Reasoning Models in OpenAI and AzureOpenAI (microsoft#10558)
### Motivation and Context
1. Required: showing usage of reasoning effort.
2. Problem: Controlling reasoning effort - no sample
3. Scenario: Using reasoning effort to benefit from the new amazing
models :)
### 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
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
---------
Co-authored-by: Roger Barreto <[email protected]>
0 commit comments