콘텐츠로 이동

Tool

이 콘텐츠는 아직 번역되지 않았습니다.

type Tool<Context> =
| FunctionTool<Context, any, any>
| ComputerTool
| HostedTool;

A tool that can be called by the model.

Type Parameter Default type Description

Context

unknown

The context passed to the tool