Skip to content

Commit

Permalink
chore: gen2e-llm agent api change
Browse files Browse the repository at this point in the history
  • Loading branch information
rhighs committed Jun 20, 2024
1 parent 2a41261 commit ba0eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gen2e/src/playwright-gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const generatePlaywrightCode = async ({
{
task: task.task,
codeContext: task.domSnapshot,
image: task.pageScreenshot,
images: task.pageScreenshot ? [task.pageScreenshot] : undefined,
options: task.options ?? undefined,
previousAttempts: task.previousAttempts,
previousErrors: task.previousErrors,
Expand Down

0 comments on commit ba0eb06

Please sign in to comment.