Skip to content

Commit

Permalink
.Net: Update the description to explain why context.Variables.Update …
Browse files Browse the repository at this point in the history
…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 #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 😄

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
  • Loading branch information
markwallace-microsoft and dmytrostruk authored Oct 16, 2023
1 parent bdc517d commit cfc14bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/notebooks/04-context-variables-chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit cfc14bb

Please sign in to comment.