OutputItemComputerToolCallOutput(String, ComputerScreenshotImage) 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 OutputItemComputerToolCallOutput.
public OutputItemComputerToolCallOutput(string callId, Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage output);
new Azure.AI.AgentServer.Responses.Models.OutputItemComputerToolCallOutput : string * Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage -> Azure.AI.AgentServer.Responses.Models.OutputItemComputerToolCallOutput
Public Sub New (callId As String, output As ComputerScreenshotImage)
Parameters
- callId
- String
The ID of the computer tool call that produced the output.
- output
- ComputerScreenshotImage
Exceptions
callId or output is null.