Freigeben über


CodeInterpreterOutputImage(Uri) Constructor

Definition

Initializes a new instance of CodeInterpreterOutputImage.

public CodeInterpreterOutputImage(Uri url);
new Azure.AI.AgentServer.Responses.Models.CodeInterpreterOutputImage : Uri -> Azure.AI.AgentServer.Responses.Models.CodeInterpreterOutputImage
Public Sub New (url As Uri)

Parameters

url
Uri

The URL of the image output from the code interpreter.

Exceptions

url is null.

Applies to