microsoft / microsoft/fara

Max rounds is currently hardcoded so argument doesn't apply

Open Beginner friendly
#59 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
6.2k
Forks
603
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open webeval/src/webeval/systems/websurfer.py around line 196 and trace how max_rounds is stored and used by the evaluation command. Verify the command's configured value reaches the round limit, then run the relevant evaluation or existing checks to confirm the hardcoded limit is no longer used.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ai
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.