Add C# sample projects using MEAI and Semantic Kernel for chat completions with foundry local #153
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces two new C# sample projects demonstrating chat completion functionality using Foundry Local with different SDKs, updates the solution file to include these projects, and provides documentation for running the samples. Below are the most important changes grouped by theme:
New Sample Projects
FoundryLocal-01-MEAI-Chat
project to demonstrate chat completion using Foundry Local and the MEAI SDK. Includes project fileFoundryLocal-01-MEAI-Chat/FoundryLocal-02-MEAI-Chat.csproj
and implementation inProgram.cs
. [1] [2]FoundryLocal-01-SK-Chat
project to demonstrate chat completion using Foundry Local and Semantic Kernel. Includes project fileFoundryLocal-01-SK-Chat/FoundryLocal-01-SK-Chat.csproj
and implementation inProgram.cs
. [1] [2]Solution File Updates
csharp_samples.sln
to include the new sample projects, enabling them to be built and run as part of the solution.Documentation Updates
readme.md
file in thesamples/cs/
directory to provide an overview of the sample projects, prerequisites, and instructions for running them.