LoopContext.InitialMessages Property

Definition

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)

Property Value

Applies to