EvalChecks.HasImageContent Method
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.
A check that verifies the conversation contains at least one image (DataContent or UriContent with an image media type).
public static Microsoft.Agents.AI.EvalCheck HasImageContent();
static member HasImageContent : unit -> Microsoft.Agents.AI.EvalCheck
Public Shared Function HasImageContent () As EvalCheck
Returns
An EvalCheck delegate.