콘텐츠로 이동

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