Share via


FunctionCallContent(String, String, String, KernelArguments) Constructor

Definition

Creates a new instance of the FunctionCallContent class.

[System.Text.Json.Serialization.JsonConstructor]
public FunctionCallContent (string functionName, string? pluginName = default, string? id = default, Microsoft.SemanticKernel.KernelArguments? arguments = default);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.SemanticKernel.FunctionCallContent : string * string * string * Microsoft.SemanticKernel.KernelArguments -> Microsoft.SemanticKernel.FunctionCallContent
Public Sub New (functionName As String, Optional pluginName As String = Nothing, Optional id As String = Nothing, Optional arguments As KernelArguments = Nothing)

Parameters

functionName
String

The function name.

pluginName
String

The plugin name.

id
String

The function call ID.

arguments
KernelArguments

The function original arguments.

Attributes

Applies to