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`
When setting
max_roundsin an evaluation command, it's not actually used because 100 is hardcoded here:fara/webeval/src/webeval/systems/websurfer.py
Line 196 in 0aa8a48
Need to change 100 ->
self.max_rounds