AIFunctionFactoryCreateOptions Class

Definition

Represents options that can be provided when creating an AIFunction from a method.

public ref class AIFunctionFactoryCreateOptions sealed
public sealed class AIFunctionFactoryCreateOptions
type AIFunctionFactoryCreateOptions = class
Public NotInheritable Class AIFunctionFactoryCreateOptions
Inheritance
AIFunctionFactoryCreateOptions

Constructors

AIFunctionFactoryCreateOptions()

Initializes a new instance of the AIFunctionFactoryCreateOptions 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.

Name

Gets or sets the name to use for the function.

Parameters

Gets or sets metadata for the parameters of the function.

ReturnParameter

Gets or sets metadata for function's return parameter.

SchemaCreateOptions

Gets or sets the AIJsonSchemaCreateOptions governing the generation of JSON schemas for the function.

SerializerOptions

Gets or sets the JsonSerializerOptions used to marshal .NET values being passed to the underlying delegate.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to