Module messages

Source

Structs§

ImageContent
Struct ImageContent represents an image provided to an LLM.
Message
Struct Message represents a message with its content and type.

Enums§

MessageType
Enum MessageType represents the type of a message. It can be a SystemMessage, AIMessage, or HumanMessage.