Microsoft.SemanticKernel.Agents.History Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
ChatHistorySummarizationReducer |
Reduce the chat history by summarizing message past the target message count. |
ChatHistoryTruncationReducer |
Truncate the chat history to the target message count. |
Interfaces
IChatHistoryReducer |
Defines a contract for a reducing chat history. |