HostedCodeInterpreterTool コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| HostedCodeInterpreterTool() |
HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。 |
| HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>) |
HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。 |
HostedCodeInterpreterTool()
HostedCodeInterpreterTool クラスの新しいインスタンスを初期化します。
public:
HostedCodeInterpreterTool();
public HostedCodeInterpreterTool();
Public Sub New ()
適用対象
HostedCodeInterpreterTool(IReadOnlyDictionary<String,Object>)
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>
ツールに関連付けられている追加のプロパティ。