MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
181 stars 104 forks source link

refactor(*): Update to dotnet 8 and SKv1 preview 8 #69

Closed jcreek closed 9 months ago

jcreek commented 10 months ago

Update the Semantic Kernel ChatGPT plugin starter example code to work on the latest version of dotnet and using the latest preview of the v1 Semantic Kernel ready for use in the hackathon.

learn-build-service-prod[bot] commented 10 months ago

Learn Build status updates of commit 062a82c:

:white_check_mark: Validation status: passed

File Status Preview URL Details
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/AIPluginJson.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/config-samples/appsettings.json.azure-example :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/config-samples/appsettings.json.openai-example :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Extensions/AIPluginRunner.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Extensions/IAIPluginRunner.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Extensions/KernelBuilderExtensions.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Extensions/KernelExtensions.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Logo.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Models/AppSettings.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Models/KernelSettings.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/Program.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/shared/PluginApi.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/shared/PluginAuth.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/shared/PluginManifest.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/shared/PluginShared.csproj :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/azure-function/sk-chatgpt-azure-function.csproj :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/semantic-functions-generator/Models/PromptConfig.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/semantic-functions-generator/SemanticFunctionGenerator.cs :white_check_mark:Succeeded
samples/dotnet/14-Create-ChatGPT-Plugin/MathPlugin/semantic-functions-generator/semantic-functions-generator.csproj :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

jcreek commented 10 months ago

@jcreek please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree

jcreek commented 10 months ago

My thanks to @vicperdana for their help in getting this going :)