Interface ChainToolInput

Interface for the input parameters of the ChainTool constructor. Extends the DynamicToolInput interface, replacing the 'func' property with a 'chain' property.

Hierarchy

Properties

chain: BaseChain<ChainValues, ChainValues>
description: string
name: string
returnDirect?: boolean

Generated using TypeDoc