//! Contains data structures for requests and responses to the Ollama API.
//!
//! This module defines the various types used to interact with the Ollama server,
//! including chat messages, generation requests, model information, and shared utilities.
pub use *;
pub use *;
pub use *;