Class: BaseChatMessage
schema.BaseChatMessage
Hierarchy
BaseChatMessage
Constructors
constructor
• new BaseChatMessage(text)
Parameters
| Name | Type | 
|---|---|
text | string | 
Defined in
langchain/src/schema/index.ts:55
Properties
name
• Optional name: string
The name of the message sender in a multi-user chat.
Defined in
langchain/src/schema/index.ts:50
text
• text: string
The text of the message.
Defined in
langchain/src/schema/index.ts:47
Methods
_getType
▸ Abstract _getType(): MessageType
The type of the message.
Returns
Defined in
langchain/src/schema/index.ts:53