Tool 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 |
|---|---|
| Tool() |
Initializes a new instance of Tool. |
| Tool(ToolType, IDictionary<String,BinaryData>) |
Initializes a new instance of Tool. |
Tool(ToolType, IDictionary<String,BinaryData>)
- Source:
- Tool.cs
Initializes a new instance of Tool.
public Tool(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.Tool
Public Sub New (type As ToolType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- ToolType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.