次の方法で共有


AIFunctionFactoryOptions Class

Definition

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.

Applies to