跳转到内容

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