Jaa


ScenarioRunResult.Messages Property

Definition

The conversation history including the request that produced the ModelResponse being evaluated in this ScenarioRunResult.

public:
 property System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ Messages { System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Extensions::AI::ChatMessage ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage> Messages { get; set; }
member this.Messages : System.Collections.Generic.IList<Microsoft.Extensions.AI.ChatMessage> with get, set
Public Property Messages As IList(Of ChatMessage)

Property Value

Applies to