Content part interface if the part represents a FunctionCall.
Signature:
export interface FunctionCallPart
Properties
| Property | Type | Description |
|---|---|---|
| functionCall | FunctionCall | |
| functionResponse | never | |
| inlineData | never | |
| text | never |
FunctionCallPart.functionCall
Signature:
functionCall: FunctionCall;
FunctionCallPart.functionResponse
Signature:
functionResponse?: never;
FunctionCallPart.inlineData
Signature:
inlineData?: never;
FunctionCallPart.text
Signature:
text?: never;