Back to Firebase Js Sdk

FunctionCallPart interface

docs-devsite/ai.functioncallpart.md

12.12.11.9 KB
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

FunctionCallPart interface

Content part interface if the part represents a FunctionCall<!-- -->.

<b>Signature:</b>

typescript
export interface FunctionCallPart 

Properties

PropertyTypeDescription
codeExecutionResultnever
executableCodenever
functionCallFunctionCall
functionResponsenever
inlineDatanever
textnever
thoughtboolean

FunctionCallPart.codeExecutionResult

<b>Signature:</b>

typescript
codeExecutionResult?: never;

FunctionCallPart.executableCode

<b>Signature:</b>

typescript
executableCode?: never;

FunctionCallPart.functionCall

<b>Signature:</b>

typescript
functionCall: FunctionCall;

FunctionCallPart.functionResponse

<b>Signature:</b>

typescript
functionResponse?: never;

FunctionCallPart.inlineData

<b>Signature:</b>

typescript
inlineData?: never;

FunctionCallPart.text

<b>Signature:</b>

typescript
text?: never;

FunctionCallPart.thought

<b>Signature:</b>

typescript
thought?: boolean;