FunctionCall interface

A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name and a structured JSON object containing the parameters and their values.

Signature:

export interface FunctionCall  

Properties

Property Type Description
args object
name string

FunctionCall.args

Signature:

args: object; 

FunctionCall.name

Signature:

name: string;