⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Wrap in a DynamicTool instead. Class that extends DynamicTool for creating tools that can run chains. Takes an instance of a class that extends BaseChain as a parameter in its constructor and uses it to run the chain when its 'func' method is called.

Hierarchy (view full)

Constructors

Properties

Constructors

Properties

chain: BaseChain<ChainValues, ChainValues>

Generated using TypeDoc