FunctionCallContent(String, String, IDictionary<String,Object>) コンストラクター

定義

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>

関数の元の引数。

属性

適用対象