Interface SimpleSequentialChainInput

Interface for the input parameters of the SimpleSequentialChain class.

Hierarchy

Implemented by

Properties

chains: BaseChain<ChainValues, ChainValues>[]

Array of chains to run as a sequence. The chains are run in order they appear in the array.

callbackManager?: CallbackManager

Deprecated

Use callbacks instead

memory?: BaseMemory
trimOutputs?: boolean

Whether or not to trim the intermediate outputs.

Generated using TypeDoc