Share via


ToolChoiceObjectCodeInterpreter Constructors

Definition

Overloads

ToolChoiceObjectCodeInterpreter()

Source:
ToolChoiceObjectCodeInterpreter.cs

Initializes a new instance of ToolChoiceObjectCodeInterpreter.

public ToolChoiceObjectCodeInterpreter();
Public Sub New ()

Applies to

ToolChoiceObjectCodeInterpreter(ToolChoiceObjectType, IDictionary<String,BinaryData>)

Source:
ToolChoiceObjectCodeInterpreter.cs

Initializes a new instance of ToolChoiceObjectCodeInterpreter.

public ToolChoiceObjectCodeInterpreter(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectCodeInterpreter : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolChoiceObjectCodeInterpreter
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