Share via


FunctionCallContentBuilder Constructors

Definition

Overloads

FunctionCallContentBuilder()

Creates a new instance of the FunctionCallContentBuilder class.

public FunctionCallContentBuilder();
Public Sub New ()

Applies to

FunctionCallContentBuilder(JsonSerializerOptions)

Creates a new instance of the FunctionCallContentBuilder class.

public FunctionCallContentBuilder(System.Text.Json.JsonSerializerOptions jsonSerializerOptions);
new Microsoft.SemanticKernel.FunctionCallContentBuilder : System.Text.Json.JsonSerializerOptions -> Microsoft.SemanticKernel.FunctionCallContentBuilder
Public Sub New (jsonSerializerOptions As JsonSerializerOptions)

Parameters

jsonSerializerOptions
JsonSerializerOptions

The JsonSerializerOptions to use for deserializing function arguments.

Applies to