Skip to content

fix(webeval): pass the configured round limit to FaraAgent - #91

Draft
Magnus Müller (MagMueller) wants to merge 1 commit into
microsoft:mainfrom
MagMueller:fix/webeval-round-limit
Draft

Magnus Müller (MagMueller) wants to merge 1 commit into
microsoft:mainfrom
MagMueller:fix/webeval-round-limit

Conversation

@MagMueller

Copy link
Copy Markdown

The legacy Fara-7B evaluator constructs FaraAgent with a hardcoded max_rounds value, ignoring the caller's configuration. This passes self.max_rounds instead.

The exact constructor expression was exercised with an argument recorder before and after the patch, and the patch applies to current main. No full evaluator, browser or model run was performed. PR #87 separately addresses the existing BrowserBB import path.

Fixes #59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Max rounds is currently hardcoded so argument doesn't apply

1 participant