Structs§
- Image
Content - Struct
ImageContent
represents an image provided to an LLM. - Message
- Struct
Message
represents a message with its content and type.
Enums§
- Message
Type - Enum
MessageType
represents the type of a message. It can be aSystemMessage
,AIMessage
, orHumanMessage
.