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
llm: BaseLanguageModel<any, BaseLanguageModelCallOptions>
callbackManager?: CallbackManager

Deprecated

Use callbacks instead

inputKey?: string
memory?: BaseMemory
outputKey?: string
prompt?: PromptTemplate<any, any>
sqlOutputKey?: string
topK?: number

Generated using TypeDoc