Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 1.9 KB

File metadata and controls

96 lines (66 loc) · 1.9 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 %}

FileDataPart interface

Content part interface if the part represents FileData

Signature:

export interface FileDataPart 

Properties

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

FileDataPart.codeExecutionResult

Signature:

codeExecutionResult?: never;

FileDataPart.executableCode

Signature:

executableCode?: never;

FileDataPart.fileData

Signature:

fileData: FileData;

FileDataPart.functionCall

Signature:

functionCall?: never;

FileDataPart.functionResponse

Signature:

functionResponse?: never;

FileDataPart.inlineData

Signature:

inlineData?: never;

FileDataPart.text

Signature:

text?: never;

FileDataPart.thought

Signature:

thought?: boolean;