ComputerCallOutputItemParam(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 ComputerCallOutputItemParam.
public ComputerCallOutputItemParam(string callId, Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage output);
new Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam : string * Azure.AI.AgentServer.Responses.Models.ComputerScreenshotImage -> Azure.AI.AgentServer.Responses.Models.ComputerCallOutputItemParam
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.