ItemLocalShellToolCallOutput(String, String) 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 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.