Skip to content

Latest commit

 

History

History
87 lines (60 loc) · 1.59 KB

File metadata and controls

87 lines (60 loc) · 1.59 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 %}

TextPart interface

Content part interface if the part represents a text string.

Signature:

export interface TextPart 

Properties

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

TextPart.codeExecutionResult

Signature:

codeExecutionResult?: never;

TextPart.executableCode

Signature:

executableCode?: never;

TextPart.functionCall

Signature:

functionCall?: never;

TextPart.functionResponse

Signature:

functionResponse?: never;

TextPart.inlineData

Signature:

inlineData?: never;

TextPart.text

Signature:

text: string;

TextPart.thought

Signature:

thought?: boolean;