From e6c20cd48041eb2df2208ed4095b361c06959133 Mon Sep 17 00:00:00 2001 From: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:04:10 -0700 Subject: [PATCH] .Net: Updated stepwise planner migration examples to use new function calling model (#9259) ### Motivation and Context Small update in README file to use new function calling model. ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] 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 - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone :smile: --- dotnet/samples/Demos/StepwisePlannerMigration/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotnet/samples/Demos/StepwisePlannerMigration/README.md b/dotnet/samples/Demos/StepwisePlannerMigration/README.md index 5bcabe32dbb5..64d8b79f58ae 100644 --- a/dotnet/samples/Demos/StepwisePlannerMigration/README.md +++ b/dotnet/samples/Demos/StepwisePlannerMigration/README.md @@ -55,7 +55,7 @@ IChatCompletionService chatCompletionService = kernel.GetRequiredService