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

Method _handle_note

phone_agent/actions/handler_ios.py:254–258  ·  view source on GitHub ↗

Handle note action (placeholder for content recording).

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

Source from the content-addressed store, hash-verified

252 return ActionResult(True, False)
253
254 def _handle_note(self, action: dict, width: int, height: int) -> ActionResult:
255 """Handle note action (placeholder for content recording)."""
256 # This action is typically used for recording page content
257 # Implementation depends on specific requirements
258 return ActionResult(True, False)
259
260 def _handle_call_api(self, action: dict, width: int, height: int) -> ActionResult:
261 """Handle API call action (placeholder for summarization)."""

Callers

nothing calls this directly

Calls 1

ActionResultClass · 0.70

Tested by

no test coverage detected