Class: ChatMessage
schema.ChatMessage
Hierarchy
↳
ChatMessage
Constructors
constructor
• new ChatMessage(text, role)
Parameters
| Name | Type | 
|---|---|
text | string | 
role | string | 
Overrides
Defined in
langchain/src/schema/index.ts:81
Properties
name
• Optional name: string
The name of the message sender in a multi-user chat.
Inherited from
Defined in
langchain/src/schema/index.ts:50
role
• role: string
Defined in
langchain/src/schema/index.ts:79
text
• text: string
The text of the message.
Inherited from
Defined in
langchain/src/schema/index.ts:47
Methods
_getType
▸ _getType(): MessageType
The type of the message.
Returns
Overrides
Defined in
langchain/src/schema/index.ts:86