pub fn write_document( root: &Path, file: &Path, content: &str, actor: &Actor, summary_prefix: &str, session_id: Option<&str>, ) -> Result<PathBuf, WriteDocumentError>