EvalItem.Conversation 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 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.