Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 committed Feb 6, 2025
1 parent e554525 commit fd77e4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions evals/tasks/observe_github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export const observe_github: EvalFunction = async ({ modelName, logger }) => {

const { debugUrl, sessionUrl } = initResponse;

await stagehand.page.goto(
"https://github.com/numpy/numpy/tree/main/numpy",
);
await stagehand.page.goto("https://github.com/numpy/numpy/tree/main/numpy");

const observations = await stagehand.page.observe({
instruction: "find the scrollable element that holds the repos file tree.",
Expand Down

0 comments on commit fd77e4e

Please sign in to comment.