pub fn append_chat_message( session_id: String, role: String, content: String, ) -> Result<u64, String>