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

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

Generated using TypeDoc