ExtensionsOpenAIModelFactory.ComputerScreenshotImage(Uri, String) Method
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.
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.