A tool that enables the model to use code execution.
Signature:
export interface CodeExecutionTool
Properties
Property | Type | Description |
---|---|---|
codeExecution | {} | Specifies the Google Search configuration. Currently, this is an empty object, but it's reserved for future configuration options. |
CodeExecutionTool.codeExecution
Specifies the Google Search configuration. Currently, this is an empty object, but it's reserved for future configuration options.
Signature:
codeExecution: {};