AIFunctionArguments.Context プロパティ

定義

これらの引数に関連付けられている追加のコンテキストを取得または設定します。

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Context { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<object,object?>? Context { get; set; }
member this.Context : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public Property Context As IDictionary(Of Object, Object)

プロパティ値

注釈

コンテキストは、 AIFunction 実装で使用する任意の情報を格納するために使用できる名前と値のペアのディクショナリです。 このデータの意味は、 AIFunctionの実装者に任されています。

適用対象