Skip to content

Commit bd1e96d

Browse files
committed
format + update
1 parent 7c000b4 commit bd1e96d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/evals/tasks/agent/github_react_version.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const github_react_version: EvalFunction = async ({
1313
const page = v3.context.pages()[0];
1414
await page.goto("https://github.com/");
1515

16-
1716
const screenshotCollector = new ScreenshotCollector(v3, {
1817
interval: 3000,
1918
maxScreenshots: 15,

packages/evals/tasks/agent/google_maps_2.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ export const google_maps_2: EvalFunction = async ({
4141
agentReasoning: agentResult.message,
4242
});
4343

44-
45-
4644
console.log(`reasoning: ${reasoning}`);
4745

4846
if (evaluation !== "YES") {

0 commit comments

Comments
 (0)