AIFunctionFactoryOptions Class
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.
Represents options that can be provided when creating an AIFunction from a method.
public ref class AIFunctionFactoryOptions sealed
public sealed class AIFunctionFactoryOptions
type AIFunctionFactoryOptions = class
Public NotInheritable Class AIFunctionFactoryOptions
- Inheritance
-
AIFunctionFactoryOptions
Constructors
AIFunctionFactoryOptions() |
Initializes a new instance of the AIFunctionFactoryOptions class. |
Properties
AdditionalProperties |
Gets or sets additional values to store on the resulting AdditionalProperties property. |
Description |
Gets or sets the description to use for the function. |
JsonSchemaCreateOptions |
Gets or sets the AIJsonSchemaCreateOptions governing the generation of JSON schemas for the function. |
Name |
Gets or sets the name to use for the function. |
SerializerOptions |
Gets or sets the JsonSerializerOptions used to marshal .NET values being passed to the underlying delegate. |