FunctionCallContent(String, String, String, KernelArguments) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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