interface FunctionCall {
    name: string;
    parameters: FunctionParameters;
}

Properties

Properties

name: string
parameters: FunctionParameters