1 2 3 4 5 6
pub(crate) mod completion; mod embedding; #[cfg(feature = "stream")] mod stream; pub(crate) mod types;