Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.03 KB

File metadata and controls

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

ExecutableCodePart interface

Represents the code that is executed by the model.

Signature:

export interface ExecutableCodePart 

Properties

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

ExecutableCodePart.codeExecutionResult

Signature:

codeExecutionResult?: never;

ExecutableCodePart.executableCode

Signature:

executableCode?: ExecutableCode;

ExecutableCodePart.fileData

Signature:

fileData: never;

ExecutableCodePart.functionCall

Signature:

functionCall?: never;

ExecutableCodePart.functionResponse

Signature:

functionResponse?: never;

ExecutableCodePart.inlineData

Signature:

inlineData?: never;

ExecutableCodePart.text

Signature:

text?: never;

ExecutableCodePart.thought

Signature:

thought?: never;