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
llm: BaseLanguageModelInterface
callbackManager?: any

⚠️ Deprecated ⚠️

Use callbacks instead

This feature is deprecated and will be removed in the future.

It is not recommended for use.

inputKey?: string
memory?: any
outputKey?: string
prompt?: any
sqlOutputKey?: string
topK?: number

Generated using TypeDoc