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

Method _handle_interact

phone_agent/actions/handler_ios.py:266–269  ·  view source on GitHub ↗

Handle interaction request (user choice needed).

(self, action: dict, width: int, height: int)

Source from the content-addressed store, hash-verified

264 return ActionResult(True, False)
265
266 def _handle_interact(self, action: dict, width: int, height: int) -> ActionResult:
267 """Handle interaction request (user choice needed)."""
268 # This action signals that user input is needed
269 return ActionResult(True, False, message="User interaction required")
270
271 @staticmethod
272 def _default_confirmation(message: str) -> bool:

Callers

nothing calls this directly

Calls 1

ActionResultClass · 0.70

Tested by

no test coverage detected