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

Method context

phone_agent/agent.py:246–248  ·  view source on GitHub ↗

Get the current conversation context.

(self)

Source from the content-addressed store, hash-verified

244
245 @property
246 def context(self) -> list[dict[str, Any]]:
247 """Get the current conversation context."""
248 return self._context.copy()
249
250 @property
251 def step_count(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected