PromptToExpressionRequestBase.FunctionInfo Constructors
Describes a function that the AI can use when generating the expression.| Name | Parameters | Description |
|---|---|---|
| FunctionInfo() | none | Initializes a new instance of the PromptToExpressionRequestBase.FunctionInfo class. |
| FunctionInfo(String, String, String, String) | name, description, category, usageExample | Initializes a new instance of the PromptToExpressionRequestBase.FunctionInfo class with specified settings. |
See Also