langchain.js
Preparing search index...
@langchain/core
prompts
MessagesPlaceholderFields
Interface MessagesPlaceholderFields<T>
Interface for the fields of a MessagePlaceholder.
interface
MessagesPlaceholderFields
<
T
extends
string
>
{
optional
?:
boolean
;
variableName
:
T
;
}
Type Parameters
T
extends
string
Implemented by
MessagesPlaceholder
Index
Properties
optional?
variable
Name
Properties
Optional
optional
optional
?:
boolean
variable
Name
variableName
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
optional
variable
Name
langchain.js
Loading...
Interface for the fields of a MessagePlaceholder.