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
173 stars 100 forks source link

Add any missing parameters to the config.json #36

Closed crazyfox55 closed 10 months ago

crazyfox55 commented 10 months ago

The config parameter list should contain all of the variables found in the prompt. There were a few missing, I assume this is because the Microsoft Docs walk through multiple iterations of the prompt and config. At some point the prompts were updated to the final version but the config files were not.

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

Learn Build status updates of commit ec1d553:

:white_check_mark: Validation status: passed

File Status Preview URL Details
samples/dotnet/01-Semantic-Functions/plugins/OrchestratorPlugin/GetIntent/config.json :white_check_mark:Succeeded
samples/dotnet/02-Native-Functions/plugins/OrchestratorPlugin/CreateResponse/config.json :white_check_mark:Succeeded
samples/dotnet/02-Native-Functions/plugins/OrchestratorPlugin/GetIntent/config.json :white_check_mark:Succeeded
samples/dotnet/03-Chaining-Functions/plugins/OrchestratorPlugin/CreateResponse/config.json :white_check_mark:Succeeded
samples/dotnet/03-Chaining-Functions/plugins/OrchestratorPlugin/GetIntent/config.json :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

crazyfox55 commented 10 months ago

@microsoft-github-policy-service agree