CodeExecutionTool interface

A tool that enables the model to use code execution.

Signature:

export interface CodeExecutionTool 

Properties

Property Type Description
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.

Signature:

codeExecution: {};