FunctionCallPart interface

Content part interface if the part represents aFunctionCall.

Signature:

exportinterfaceFunctionCallPart

Properties

PropertyTypeDescription
codeExecutionResultnever
executableCodenever
functionCallFunctionCall
functionResponsenever
inlineDatanever
textnever
thoughtboolean

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.