Tools

Represents a subset of tools to be utilized within a subgraph or task.

The Tools class allows for specifying a custom selection of tools that are relevant to a specific operation or task. It forms a part of the SubgraphToolSubset interface hierarchy for flexible and dynamic tool configurations.

Constructors

Link copied to clipboard
constructor(tools: List<ToolDescriptor>)

Properties

Link copied to clipboard

A collection of ToolDescriptor objects defining the tools to be used.