/// This module contains the ChatGPT client
/// Conversation related types
/// This module contains the errors related to the API
/// The prelude module. Import everything from it to get the necessary elements from this library
/// Types returned from the API and sent to it
/// Result that is returned from most ChatGPT functions
pub type Result<T> = Result;