CompactionMessageIndex.GetAllMessages 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.
Returns all messages from all groups, including excluded ones.
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.ChatMessage> GetAllMessages();
member this.GetAllMessages : unit -> seq<Microsoft.Extensions.AI.ChatMessage>
Public Function GetAllMessages () As IEnumerable(Of ChatMessage)
Returns
A list of all ChatMessage instances, in order.