HostedCodeInterpreterTool コンストラクター

定義

HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
HostedCodeInterpreterTool()

HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。

HostedCodeInterpreterTool()

ソース:
HostedCodeInterpreterTool.cs

HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。

public:
 HostedCodeInterpreterTool();
public HostedCodeInterpreterTool();
Public Sub New ()

適用対象

HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)

ソース:
HostedCodeInterpreterTool.cs

HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。

public:
 HostedCodeInterpreterTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedCodeInterpreterTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedCodeInterpreterTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedCodeInterpreterTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))

パラメーター

additionalProperties
IReadOnlyDictionary<String,Object>

ツールに関連付けられている追加のプロパティ。

適用対象