ExtensionsOpenAIModelFactory.ComputerScreenshotImage(Uri, String) Method

Definition

A computer screenshot image used with the computer use tool.

public static Azure.AI.Extensions.OpenAI.ComputerScreenshotImage ComputerScreenshotImage(Uri imageUri = default, string fileId = default);
static member ComputerScreenshotImage : Uri * string -> Azure.AI.Extensions.OpenAI.ComputerScreenshotImage
Public Shared Function ComputerScreenshotImage (Optional imageUri As Uri = Nothing, Optional fileId As String = Nothing) As ComputerScreenshotImage

Parameters

imageUri
Uri

The URL of the screenshot image.

fileId
String

The identifier of an uploaded file that contains the screenshot.

Returns

A new ComputerScreenshotImage instance for mocking.

Applies to