Class Function
Function class
Represents a function that can be called by the model.
public class Function
Constructors
Name | Description |
---|---|
Function() | The default constructor. |
Properties
Name | Description |
---|---|
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
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF