Share via


ToolChoiceObjectComputer Constructors

Definition

Overloads

ToolChoiceObjectComputer()

Source:
ToolChoiceObjectComputer.cs

Initializes a new instance of ToolChoiceObjectComputer.

public ToolChoiceObjectComputer();
Public Sub New ()

Applies to

ToolChoiceObjectComputer(ToolChoiceObjectType, IDictionary<String,BinaryData>)

Source:
ToolChoiceObjectComputer.cs

Initializes a new instance of ToolChoiceObjectComputer.

public ToolChoiceObjectComputer(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectComputer : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectComputer
Public Sub New (type As ToolChoiceObjectType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to