prompt method

Implementation

GenerativeBackgroundReplace prompt(String prompt) {
  _prompt = prompt;
  return this;
}