OutputItemLocalShellToolCallOutput(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 OutputItemLocalShellToolCallOutput.
public OutputItemLocalShellToolCallOutput(string output);
new Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput : string -> Azure.AI.Extensions.OpenAI.OutputItemLocalShellToolCallOutput
Public Sub New (output As String)
Parameters
- output
- String
A JSON string of the output of the local shell tool call.
Exceptions
output is null.