FunctionCallContent(String, String, IDictionary<String,Object>) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

callId
String

ID chiamata di funzione.

name
String

Nome della funzione.

arguments
IDictionary<String,Object>

Argomenti originali della funzione.

Attributi

Si applica a