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

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>
tags?: string[]
verbose?: boolean

Generated using TypeDoc