We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c000b4 commit bd1e96dCopy full SHA for bd1e96d
packages/evals/tasks/agent/github_react_version.ts
@@ -13,7 +13,6 @@ export const github_react_version: EvalFunction = async ({
13
const page = v3.context.pages()[0];
14
await page.goto("https://github.com/");
15
16
-
17
const screenshotCollector = new ScreenshotCollector(v3, {
18
interval: 3000,
19
maxScreenshots: 15,
packages/evals/tasks/agent/google_maps_2.ts
@@ -41,8 +41,6 @@ export const google_maps_2: EvalFunction = async ({
41
agentReasoning: agentResult.message,
42
});
43
44
45
46
console.log(`reasoning: ${reasoning}`);
47
48
if (evaluation !== "YES") {
0 commit comments