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 |