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