Back to Firebase Js Sdk

CodeExecutionTool interface

docs-devsite/ai.codeexecutiontool.md

12.12.1906 B
Original Source

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 %}

CodeExecutionTool interface

A tool that enables the model to use code execution.

<b>Signature:</b>

typescript
export interface CodeExecutionTool 

Properties

PropertyTypeDescription
codeExecution{}Currently, this is an empty object, but it's reserved for future configuration options.

CodeExecutionTool.codeExecution

Currently, this is an empty object, but it's reserved for future configuration options.

<b>Signature:</b>

typescript
codeExecution: {};