However, I noticed that when last iteration, run_step_prompt does not need to be executed because it consists of analyzing current prompt and generating new samples, which is unnecessary within last iteration
Therefore, I suggest removing it when last iteration.
run_step_prompt
is run hererun_step_prompt
does not need to be executed because it consists of analyzing current prompt and generating new samples, which is unnecessary within last iteration