Class Function

Function class

Represents a function that can be called by the model.

public class Function

Constructors

NameDescription
Function()The default constructor.

Properties

NameDescription
Description { get; set; }Gets or sets a description of what the function does, used by the model to choose when and how to call the function.
Name { get; set; }Gets or sets the name of the function to call.
Parameters { get; set; }Gets or sets the parameters the functions accepts, described as a JSON Schema object.

See Also