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 %}
The results of code execution run by the model.
Signature:
export interface CodeExecutionResult | Property | Type | Description |
|---|---|---|
| outcome | Outcome | The result of the code execution. |
| output | string | The output from the code execution, or an error message if it failed. |
The result of the code execution.
Signature:
outcome?: Outcome;The output from the code execution, or an error message if it failed.
Signature:
output?: string;