From cfc14bb1ebeefeefa4c061cb2c5fa2020d60e3b6 Mon Sep 17 00:00:00 2001 From: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:44:49 +0100 Subject: [PATCH] .Net: Update the description to explain why context.Variables.Update is being used (#3078) ### Motivation and Context Provide some additional information in the notebook to help users understand when to use `context.Variables.Update` Resolves https://github.com/microsoft/semantic-kernel/issues/729 ### Description ### 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: Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com> --- dotnet/notebooks/04-context-variables-chat.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/notebooks/04-context-variables-chat.ipynb b/dotnet/notebooks/04-context-variables-chat.ipynb index d0e3609f07b8..f5c33f746a9d 100644 --- a/dotnet/notebooks/04-context-variables-chat.ipynb +++ b/dotnet/notebooks/04-context-variables-chat.ipynb @@ -191,7 +191,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Update the history with the output" + "Update the history with the output and set this as the new input value for the next request" ] }, {