通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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