langchain.js
Preparing search index...
langchain
chains
RefineQAChainParams
Interface RefineQAChainParams
Represents the parameters for creating a RefineQAChain.
interface
RefineQAChainParams
{
questionPrompt
?:
any
;
refineLLM
?:
any
;
refinePrompt
?:
any
;
verbose
?:
boolean
;
}
Index
Properties
question
Prompt?
refine
LLM?
refine
Prompt?
verbose?
Properties
Optional
question
Prompt
questionPrompt
?:
any
Optional
refine
LLM
refineLLM
?:
any
Optional
refine
Prompt
refinePrompt
?:
any
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
question
Prompt
refine
LLM
refine
Prompt
verbose
langchain.js
Loading...
Represents the parameters for creating a RefineQAChain.