langchain.js
Preparing search index...
@langchain/classic
agents/toolkits
ConversationalRetrievalAgentOptions
Type Alias ConversationalRetrievalAgentOptions
type
ConversationalRetrievalAgentOptions
=
{
inputKey
?:
string
;
memoryKey
?:
string
;
outputKey
?:
string
;
prefix
?:
string
;
rememberIntermediateSteps
?:
boolean
;
verbose
?:
boolean
;
}
Index
Properties
input
Key?
memory
Key?
output
Key?
prefix?
remember
Intermediate
Steps?
verbose?
Properties
Optional
input
Key
inputKey
?:
string
Optional
memory
Key
memoryKey
?:
string
Optional
output
Key
outputKey
?:
string
Optional
prefix
prefix
?:
string
Optional
remember
Intermediate
Steps
rememberIntermediateSteps
?:
boolean
Optional
verbose
verbose
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
Key
memory
Key
output
Key
prefix
remember
Intermediate
Steps
verbose
langchain.js
Loading...