Skip to content

Commit

Permalink
.Net: Fix typo for DefaultSummarizationPrompt (#8700)
Browse files Browse the repository at this point in the history
### Motivation and Context

This PR fixes the incorrect spelling of **"summarization"** in
`DefaultSummarizationPrompt` of `ChatHistorySummarizationReducer` class

### Description

Fixes #8545 

### 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 😄
  • Loading branch information
Niladri24dutta committed Sep 13, 2024
1 parent a680e83 commit 77aa4e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ChatHistorySummarizationReducer : IChatHistoryReducer
/// </summary>
public const string DefaultSummarizationPrompt =
"""
Provide a concise and complete summarizion of the entire dialog that does not exceed 5 sentences
Provide a concise and complete summarization of the entire dialog that does not exceed 5 sentences

This summary must always:
- Consider both user and assistant interactions
Expand Down

0 comments on commit 77aa4e3

Please sign in to comment.