Skip to content

Commit

Permalink
Merge branch 'gagb-magentic' of github.com:microsoft/autogen into gag…
Browse files Browse the repository at this point in the history
…b-magentic
  • Loading branch information
gagb committed Dec 23, 2024
2 parents 9876ccc + c6fe0c4 commit 833a6b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MultimodalWebSurfer(BaseChatAgent):
start_page (str, optional): The start page for the browser. Defaults to MultimodalWebSurfer.DEFAULT_START_PAGE.
animate_actions (bool, optional): Whether to animate actions. Defaults to False.
to_save_screenshots (bool, optional): Whether to save screenshots. Defaults to False.
use_ocr (bool, optional): Whether to use OCR. Defaults to True.
use_ocr (bool, optional): Whether to use OCR. Defaults to False.
browser_channel (str, optional): The browser channel. Defaults to None.
browser_data_dir (str, optional): The browser data directory. Defaults to None.
to_resize_viewport (bool, optional): Whether to resize the viewport. Defaults to True.
Expand Down Expand Up @@ -168,7 +168,7 @@ def __init__(
start_page: str | None = DEFAULT_START_PAGE,
animate_actions: bool = False,
to_save_screenshots: bool = False,
use_ocr: bool = True,
use_ocr: bool = False,
browser_channel: str | None = None,
browser_data_dir: str | None = None,
to_resize_viewport: bool = True,
Expand Down

0 comments on commit 833a6b2

Please sign in to comment.