Interface MultiRouteChainInput

An interface that extends the ChainInputs interface and adds additional properties for the routerChain, destinationChains, defaultChain, and silentErrors. It represents the input expected by the MultiRouteChain class.

Hierarchy

Properties

destinationChains: {
    [name: string]: BaseChain;
}

Type declaration

routerChain: RouterChain
callbackManager?: CallbackManager

⚠️ Deprecated ⚠️

Use callbacks instead

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

It is not recommended for use.

callbacks?: Callbacks
memory?: BaseMemory
metadata?: Record<string, unknown>
silentErrors?: boolean
tags?: string[]
verbose?: boolean

Generated using TypeDoc