Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.18 KB

File metadata and controls

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

CodeExecutionResultPart interface

Represents the code execution result from the model.

Signature:

export interface CodeExecutionResultPart 

Properties

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

CodeExecutionResultPart.codeExecutionResult

Signature:

codeExecutionResult?: CodeExecutionResult;

CodeExecutionResultPart.executableCode

Signature:

executableCode?: never;

CodeExecutionResultPart.fileData

Signature:

fileData: never;

CodeExecutionResultPart.functionCall

Signature:

functionCall?: never;

CodeExecutionResultPart.functionResponse

Signature:

functionResponse?: never;

CodeExecutionResultPart.inlineData

Signature:

inlineData?: never;

CodeExecutionResultPart.text

Signature:

text?: never;

CodeExecutionResultPart.thought

Signature:

thought?: never;