langchain.js
Preparing search index...
langchain
chains/query_constructor
QueryConstructorRunnableOptions
Type Alias QueryConstructorRunnableOptions
A type that represents options for the query constructor chain.
type
QueryConstructorRunnableOptions
=
{
allowedComparators
?:
BaseMessage
[]
;
allowedOperators
?:
BaseMessage
[]
;
attributeInfo
:
AttributeInfo
[]
;
documentContents
:
string
;
examples
?:
BaseMessage
[]
;
llm
:
BaseMessage
;
}
Index
Properties
allowed
Comparators?
allowed
Operators?
attribute
Info
document
Contents
examples?
llm
Properties
Optional
allowed
Comparators
allowedComparators
?:
BaseMessage
[]
Optional
allowed
Operators
allowedOperators
?:
BaseMessage
[]
attribute
Info
attributeInfo
:
AttributeInfo
[]
document
Contents
documentContents
:
string
Optional
examples
examples
?:
BaseMessage
[]
llm
llm
:
BaseMessage
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Comparators
allowed
Operators
attribute
Info
document
Contents
examples
llm
langchain.js
Loading...
A type that represents options for the query constructor chain.