FunctionCallPart interface Stay organized with collections Save and categorize content based on your preferences.
Content part interface if the part represents aFunctionCall.
Signature:
exportinterfaceFunctionCallPartProperties
| 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;Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-18 UTC.