跳转到内容

codeInterpreterTool

此内容尚不支持你的语言。

function codeInterpreterTool(options): HostedTool;

Adds code interpreter abilities to your agent

Parameter Type Description

options

Partial<Omit<CodeInterpreterTool, "type">>

Additional configuration for the code interpreter

HostedTool

a code interpreter tool definition