1 2 3 4 5
mod engine; mod prompt; pub use engine::{GenerationEngine, GenerationResult, GenerationStats}; pub use prompt::PromptBuilder;