FunctionAndCustomToolCallOutputInputImageContent(ImageDetail) Constructor
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.
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.