Expand description
Database models organized by entity.
Re-exports§
pub use conversation::Conversation;pub use item::Item;pub use response::Response;
Modules§
- conversation
- Conversation context and history.
- item
- Conversation history item stored in the database.
- response
- LLM API response stored in the database.