Interface ConstitutionalChainInput

Interface for the input of a ConstitutionalChain. Extends ChainInputs.

Hierarchy

Implemented by

Properties

chain: LLMChain<string, LLMType>
constitutionalPrinciples: ConstitutionalPrinciple[]
critiqueChain: LLMChain<string, LLMType>
revisionChain: LLMChain<string, LLMType>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

memory?: BaseMemory

Generated using TypeDoc