LoopContext.InitialMessages Property
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.
Gets the messages that were passed in for the first iteration of the loop.
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.ChatMessage> InitialMessages { get; }
member this.InitialMessages : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.ChatMessage>
Public ReadOnly Property InitialMessages As IReadOnlyList(Of ChatMessage)