Interface LLMRouterChainInput

An interface that extends the default ChainInputs interface and adds an additional "llmChain" property.

Hierarchy

Implemented by

Properties

llmChain: LLMChain<RouterOutputSchema, LLMType>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

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

Generated using TypeDoc