FunctionCallContentBuilder Constructors
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.
Overloads
| FunctionCallContentBuilder() |
Creates a new instance of the FunctionCallContentBuilder class. |
| FunctionCallContentBuilder(JsonSerializerOptions) |
Creates a new instance of the FunctionCallContentBuilder class. |
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.