FunctionCallContent(String, String, IDictionary<String,Object>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FunctionCallContent クラスの新しいインスタンスを初期化します。
[System.Text.Json.Serialization.JsonConstructor]
public FunctionCallContent(string callId, string name, System.Collections.Generic.IDictionary<string,object?>? arguments = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Extensions.AI.FunctionCallContent : string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Extensions.AI.FunctionCallContent
Public Sub New (callId As String, name As String, Optional arguments As IDictionary(Of String, Object) = Nothing)
パラメーター
- callId
- String
関数呼び出し ID。
- name
- String
関数名。
- arguments
- IDictionary<String,Object>
関数の元の引数。
- 属性