Allow OpenOperator to translate natural language goals into
vision-driven executable actions.
Example:
"focus notepad and type hello world"
focus_window("notepad")
type("hello world")
Example:
"open chrome and click new chat"
focus_window("chrome")
click_text("new chat")
Allow OpenOperator to translate natural language goals into
vision-driven executable actions.
Example:
"focus notepad and type hello world"
focus_window("notepad")
type("hello world")
Example:
"open chrome and click new chat"
focus_window("chrome")
click_text("new chat")