MCPcopy Create free account
hub / github.com/openai/openai-agents-python / wait

Method wait

examples/tools/computer_use.py:237–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

235 await self.page.keyboard.type(text)
236
237 async def wait(self) -> None:
238 await asyncio.sleep(1)
239
240 async def move(self, x: int, y: int, *, keys: list[str] | None = None) -> None:
241 async with self._hold_keys(keys):

Callers 4

closeMethod · 0.45
run_singleFunction · 0.45
local_sse_serverFunction · 0.45
send_mic_audioMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected