Skip to content

.Net: Sample showing model thought process for each function call - #6917

Merged
Mark Wallace (markwallace-microsoft) merged 8 commits into
microsoft:mainfrom
markwallace-microsoft:users/markwallace/issue_6782
Jul 4, 2024
Merged

.Net: Sample showing model thought process for each function call#6917
Mark Wallace (markwallace-microsoft) merged 8 commits into
microsoft:mainfrom
markwallace-microsoft:users/markwallace/issue_6782

Conversation

@markwallace-microsoft

Copy link
Copy Markdown
Contributor

Motivation and Context

Resolves #6782

Description

Contribution Checklist

@markwallace-microsoft Mark Wallace (markwallace-microsoft) added the .NET Issue or Pull requests regarding .NET code label Jun 24, 2024
@github-actions github-actions Bot changed the title Sample showing model thought process for each function call .Net: Sample showing model thought process for each function call Jun 24, 2024
Comment thread dotnet/src/InternalUtilities/samples/InternalUtilities/BaseTest.cs Outdated
Comment thread dotnet/samples/Concepts/ChatCompletion/OpenAI_ReasonedFunctionCalling.cs Outdated
Comment thread dotnet/samples/Concepts/ChatCompletion/OpenAI_ReasonedFunctionCalling.cs Outdated
Comment thread dotnet/samples/Concepts/ChatCompletion/OpenAI_ReasonedFunctionCalling.cs Outdated
Comment thread dotnet/samples/Concepts/ChatCompletion/OpenAI_ReasonedFunctionCalling.cs Outdated
Comment thread dotnet/samples/Concepts/README.md Outdated
Comment thread dotnet/samples/Concepts/ChatCompletion/OpenAI_ReasonedFunctionCalling.cs Outdated
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jul 1, 2024
Merged via the queue into microsoft:main with commit f02321d Jul 4, 2024
@markwallace-microsoft
Mark Wallace (markwallace-microsoft) deleted the users/markwallace/issue_6782 branch July 4, 2024 07:45
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
…crosoft#6917)

### Motivation and Context

Resolves microsoft#6782

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### 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: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.Net: Sample showing model thinking for each function call

3 participants