clear method

void clear()

Implementation

void clear() {
  thoughtHistory.clear();
  branches.clear();
}