FunctionResponsePart interface

Content part interface if the part represents FunctionResponse.

Signature:

export interface FunctionResponsePart 

Properties

Property Type Description
codeExecutionResult never
executableCode never
functionCall never
functionResponse FunctionResponse
inlineData never
text never
thought boolean

FunctionResponsePart.codeExecutionResult

Signature:

codeExecutionResult?: never;

FunctionResponsePart.executableCode

Signature:

executableCode?: never;

FunctionResponsePart.functionCall

Signature:

functionCall?: never;

FunctionResponsePart.functionResponse

Signature:

functionResponse: FunctionResponse;

FunctionResponsePart.inlineData

Signature:

inlineData?: never;

Signature:

text?: never;

FunctionResponsePart.thought

Signature:

thought?: boolean;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-09-18 UTC.