Share via


CodeInterpreterToolAuto Constructors

Definition

Overloads

CodeInterpreterToolAuto()

Source:
CodeInterpreterToolAuto.cs

Initializes a new instance of CodeInterpreterToolAuto.

public CodeInterpreterToolAuto();
Public Sub New ()

Applies to

CodeInterpreterToolAuto(CodeInterpreterToolAutoType, IList<String>, IDictionary<String,BinaryData>)

Source:
CodeInterpreterToolAuto.cs

Initializes a new instance of CodeInterpreterToolAuto.

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

Parameters

type
CodeInterpreterToolAutoType

Always auto.

fileIds
IList<String>

An optional list of uploaded files to make available to your code.

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to