ChatHistoryExtensions.ToDescendingAsync(ChatHistory) Method
Definition
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.
Asynchronous enumeration of chat-history in descending order.
public static System.Collections.Generic.IAsyncEnumerable<Microsoft.SemanticKernel.ChatMessageContent> ToDescendingAsync (this Microsoft.SemanticKernel.ChatCompletion.ChatHistory history);
static member ToDescendingAsync : Microsoft.SemanticKernel.ChatCompletion.ChatHistory -> System.Collections.Generic.IAsyncEnumerable<Microsoft.SemanticKernel.ChatMessageContent>
<Extension()>
Public Function ToDescendingAsync (history As ChatHistory) As IAsyncEnumerable(Of ChatMessageContent)
Parameters
- history
- ChatHistory
The chat-history