MCPcopy Create free account
hub / github.com/zai-org/Open-AutoGLM / _default_takeover

Method _default_takeover

phone_agent/actions/handler_ios.py:278–280  ·  view source on GitHub ↗

Default takeover callback using console input.

(message: str)

Source from the content-addressed store, hash-verified

276
277 @staticmethod
278 def _default_takeover(message: str) -> None:
279 """Default takeover callback using console input."""
280 input(f"{message}\nPress Enter after completing manual operation...")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected