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

description: string
name: string
callbacks?: Callbacks
metadata?: Record<string, unknown>
returnDirect?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc