Node Inputs
The node accepts a few user-defined inputs to help govern its operation. These include the name of the OpenAI function, a description of the function and a list of parameters for the function.Node Parameters
The parameters set for this node are as follows:-
Name (required): User-named text that presents the name of the function that you’re defining. For example:
get user details
. - Description (required): Text that provides a concise explanation of what your function does. It helps the model understand the purpose of the function.
- Parameters (required): A list of objects that provides more details about the function parameters. Each object within the list consists of the following properties:
- Name: User-named text to present the name of the parameter. For example: ‘location’.
- Type: Represents the data type of the parameter. For example: ‘text’.
- Description: A concise explanation of the parameter. For example: ‘The city and state, e.g. San Francisco, CA’.