Preparing search index...
The search index is not available
LangChain.js - v0.1.37
LangChain.js
langchain-core/prompts
ChatMessagePromptTemplateFields
Interface ChatMessagePromptTemplateFields<T>
Interface for the fields of a ChatMessagePromptTemplate.
interface
ChatMessagePromptTemplateFields
<
T
>
{
prompt
:
BaseStringPromptTemplate
<
T
,
string
>
;
role
:
string
;
}
Type Parameters
T
extends
InputValues
=
any
Hierarchy (
view full
)
MessageStringPromptTemplateFields
<
T
>
ChatMessagePromptTemplateFields
Index
Properties
prompt
role
Properties
prompt
prompt
:
BaseStringPromptTemplate
<
T
,
string
>
role
role
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
prompt
role
LangChain.js - v0.1.37
langchain-anthropic
langchain-azure-openai
langchain-cloudflare
langchain-cohere
langchain-community
agents/toolkits
aws_sfn
base
connery
caches
cloudflare_kv
ioredis
momento
upstash_redis
callbacks/handlers
llmonitor
lunary
chat_models
alibaba_tongyi
baiduwenxin
bedrock
Loading...
Generated using
TypeDoc
Interface for the fields of a ChatMessagePromptTemplate.