EvalItem.Conversation Property

Definition

Gets the full conversation history.

public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.ChatMessage> Conversation { get; }
member this.Conversation : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.AI.ChatMessage>
Public ReadOnly Property Conversation As IReadOnlyList(Of ChatMessage)

Property Value

Remarks

The conversation preserves all content types including images (DataContent, UriContent with image media types). Use this property in custom EvalCheck functions to inspect multimodal content that isn't captured in the text-only Query and Response properties.

Applies to