Tool
이 콘텐츠는 아직 번역되지 않았습니다.
type Tool<Context> = | FunctionTool<Context, any, any> | ComputerTool | HostedTool;
A tool that can be called by the model.
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type | Description |
---|---|---|
|
|
The context passed to the tool |