docs-devsite/ai.executablecodepart.md
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 %}
Represents the code that is executed by the model.
<b>Signature:</b>
export interface ExecutableCodePart
| Property | Type | Description |
|---|---|---|
| codeExecutionResult | never | |
| executableCode | ExecutableCode | |
| fileData | never | |
| functionCall | never | |
| functionResponse | never | |
| inlineData | never | |
| text | never | |
| thought | never |
<b>Signature:</b>
codeExecutionResult?: never;
<b>Signature:</b>
executableCode?: ExecutableCode;
<b>Signature:</b>
fileData: never;
<b>Signature:</b>
functionCall?: never;
<b>Signature:</b>
functionResponse?: never;
<b>Signature:</b>
inlineData?: never;
<b>Signature:</b>
text?: never;
<b>Signature:</b>
thought?: never;