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