pub fn create_session( storage_root: &Path, title: Option<String>, env: Option<ChatEnvironment>, ) -> Result<String, ChatError>