module Riffer::Messages

Namespace for message types in the Riffer framework.

Message objects represent the conversation between users and the assistant: - Riffer::Messages::System - System instructions - Riffer::Messages::User - User input - Riffer::Messages::Assistant - LLM responses - Riffer::Messages::Tool - Tool execution results