EvalItem.HasImageContent Property

Definition

Gets whether any message in the conversation contains image content.

public bool HasImageContent { get; }
member this.HasImageContent : bool
Public ReadOnly Property HasImageContent As Boolean

Property Value

Remarks

Checks for DataContent or UriContent with an image media type. Useful in EvalCheck functions to verify multimodal content is present.

Applies to