FunctionCallPart interface

Content part interface if the part represents a FunctionCall.

Signature:

exportinterfaceFunctionCallPart

Properties

PropertyTypeDescription
functionCallFunctionCall
functionResponsenever
inlineDatanever
textnever

FunctionCallPart.functionCall

Signature:

functionCall:FunctionCall;

FunctionCallPart.functionResponse

Signature:

functionResponse?:never;

FunctionCallPart.inlineData

Signature:

inlineData?:never;

FunctionCallPart.text

Signature:

text?:never;