CompactionMessageIndex.GetIncludedMessages 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 only the messages from groups that are not excluded.
public System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.ChatMessage> GetIncludedMessages();
member this.GetIncludedMessages : unit -> seq<Microsoft.Extensions.AI.ChatMessage>
Public Function GetIncludedMessages () As IEnumerable(Of ChatMessage)
Returns
A list of ChatMessage instances from included groups, in order.