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

Function do

phone_agent/actions/handler.py:390–393  ·  view source on GitHub ↗

Helper function for creating 'do' actions.

(**kwargs)

Source from the content-addressed store, hash-verified

388
389
390def do(**kwargs) -> dict[str, Any]:
391 """Helper function for creating 'do' actions."""
392 kwargs["_metadata"] = "do"
393 return kwargs
394
395
396def finish(**kwargs) -> dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected