Module langchain_rust::schemas::messages
source · Structs§
- Struct
Message
represents a message with its content and type.
Enums§
- Enum
MessageType
represents the type of a message. It can be aSystemMessage
,AIMessage
, orHumanMessage
.