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

Method context

phone_agent/agent_ios.py:270–272  ·  view source on GitHub ↗

Get the current conversation context.

(self)

Source from the content-addressed store, hash-verified

268
269 @property
270 def context(self) -> list[dict[str, Any]]:
271 """Get the current conversation context."""
272 return self._context.copy()
273
274 @property
275 def step_count(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected