//! Type definitions for otari.
//!
//! This module contains all the core types used throughout the library,
//! designed to be compatible with the OpenAI API format while supporting
//! extensions for other providers.
use Pin;
use Stream;
use crateResult;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
/// A stream of completion chunks.
pub type CompletionStream =
;