LocalShellToolCallOutputItemParam Constructors
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.
Overloads
| Name | Description |
|---|---|
| LocalShellToolCallOutputItemParam() |
Initializes a new instance of LocalShellToolCallOutputItemParam for deserialization. |
| LocalShellToolCallOutputItemParam(String) |
Initializes a new instance of LocalShellToolCallOutputItemParam. |
| LocalShellToolCallOutputItemParam(ItemType, IDictionary<String,BinaryData>, String) |
Initializes a new instance of LocalShellToolCallOutputItemParam. |
LocalShellToolCallOutputItemParam()
Initializes a new instance of LocalShellToolCallOutputItemParam for deserialization.
public LocalShellToolCallOutputItemParam();
Public Sub New ()
Applies to
LocalShellToolCallOutputItemParam(String)
Initializes a new instance of LocalShellToolCallOutputItemParam.
public LocalShellToolCallOutputItemParam(string output);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam : string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam
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.
Applies to
LocalShellToolCallOutputItemParam(ItemType, IDictionary<String,BinaryData>, String)
Initializes a new instance of LocalShellToolCallOutputItemParam.
public LocalShellToolCallOutputItemParam(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, string output);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType * System.Collections.Generic.IDictionary<string, BinaryData> * string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.LocalShellToolCallOutputItemParam
Public Sub New (type As ItemType, serializedAdditionalRawData As IDictionary(Of String, BinaryData), output As String)
Parameters
- type
- ItemType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- output
- String
A JSON string of the output of the local shell tool call.