MCPcopy Create free account
hub / github.com/aliyun/data-agent-skill / get_chat_content

Method get_chat_content

scripts/data_agent/client.py:1522–1543  ·  view source on GitHub ↗

Get chat content from the Data Agent asynchronously. Args: agent_id: The agent ID. session_id: The session ID. checkpoint: Optional checkpoint for incremental fetching. Returns: Response containing content blocks.

(
        self,
        agent_id: str,
        session_id: str,
        checkpoint: Optional[str] = None,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_run_in_executorMethod · 0.95

Tested by

no test coverage detected