Interface SqlDatabaseChainInput

Interface that extends the ChainInputs interface and defines additional fields specific to a SQL database chain. It represents the input fields for a SQL database chain.

Hierarchy

Properties

database: SqlDatabase
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

callbacks?: Callbacks
inputKey?: string
memory?: BaseMemory
metadata?: Record<string, unknown>
outputKey?: string
prompt?: PromptTemplate<any, any>
sqlOutputKey?: string
tags?: string[]
topK?: number
verbose?: boolean

Generated using TypeDoc