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

Definitie

Initialiseert een nieuw exemplaar van de FunctionCallContent klasse.

[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)

Parameters

callId
String

De aanroep-id van de functie.

name
String

De naam van de functie.

arguments
IDictionary<String,Object>

De oorspronkelijke argumenten van de functie.

Kenmerken

Van toepassing op