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