The function definition.

interface Function {
    arguments: string;
    name: string;
}

Properties

Properties

arguments: string

The arguments that the model expects you to pass to the function.

name: string

The name of the function.