MCPcopy
hub / github.com/zai-org/Open-AutoGLM / finish

Function finish

phone_agent/actions/handler.py:396–399  ·  view source on GitHub ↗

Helper function for creating 'finish' actions.

(**kwargs)

Source from the content-addressed store, hash-verified

394
395
396def finish(**kwargs) -> dict[str, Any]:
397 """Helper function for creating 'finish' actions."""
398 kwargs["_metadata"] = "finish"
399 return kwargs

Callers 2

_execute_stepMethod · 0.90
_execute_stepMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected