Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 2 KB

File metadata and controls

87 lines (60 loc) · 2 KB

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 %}

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;

FunctionResponsePart.text

Signature:

text?: never;

FunctionResponsePart.thought

Signature:

thought?: boolean;