ChatMessageKind#
- class council.contexts.ChatMessageKind(value)[source]#
Bases:
str
,Enum
Enum representing the kinds or categories of chat messages within a chat system or application.
- Agent = 'AGENT'#
Represents a chat message from the agent or customer support representative.
- Chain = 'CHAIN'#
Represents a chat message from a chain
- Skill = 'SKILL'#
Represents a chat message generated by a specific skill or functionality within the chat system.
- User = 'USER'#
Represents a chat message from the user.