ItemLocalShellToolCallOutput(String, String) Constructor

Definition

Initializes a new instance of ItemLocalShellToolCallOutput.

public ItemLocalShellToolCallOutput(string id, string output);
new Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCallOutput : string * string -> Azure.AI.AgentServer.Responses.Models.ItemLocalShellToolCallOutput
Public Sub New (id As String, output As String)

Parameters

id
String

The unique ID of the local shell tool call generated by the model.

output
String

A JSON string of the output of the local shell tool call.

Exceptions

id or output is null.

Applies to