Freigeben über


FunctionAndCustomToolCallOutputInputImageContent(ImageDetail) Constructor

Definition

Initializes a new instance of FunctionAndCustomToolCallOutputInputImageContent.

public FunctionAndCustomToolCallOutputInputImageContent(Azure.AI.AgentServer.Responses.Models.ImageDetail detail);
new Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputImageContent : Azure.AI.AgentServer.Responses.Models.ImageDetail -> Azure.AI.AgentServer.Responses.Models.FunctionAndCustomToolCallOutputInputImageContent
Public Sub New (detail As ImageDetail)

Parameters

detail
ImageDetail

The detail level of the image to be sent to the model. One of high, low, or auto. Defaults to auto.

Applies to