When setting `max_rounds` in an evaluation command, it's not actually used because 100 is hardcoded here: https://github.com/microsoft/fara/blob/0aa8a48430c9a58f4b34fe7590ca1b14d487e5ec/webeval/src/webeval/systems/websurfer.py#L196 Need to change 100 -> `self.max_rounds`