langchain.js
Preparing search index...
@langchain/core
prompt_values
ChatPromptValueFields
Interface ChatPromptValueFields
Interface for the fields of a ChatPromptValue.
interface
ChatPromptValueFields
{
messages
:
BaseMessage
<
MessageStructure
,
MessageType
>
[]
;
}
Index
Properties
messages
Properties
messages
messages
:
BaseMessage
<
MessageStructure
,
MessageType
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
messages
langchain.js
Loading...
Interface for the fields of a ChatPromptValue.