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

Method send_message

scripts/data_agent/client.py:1484–1520  ·  view source on GitHub ↗

Send a message to the Data Agent asynchronously. Args: agent_id: The agent ID. session_id: The session ID. message: The user's natural language query. message_type: Message type (default: "primary"). data_source: Optional DataSourc

(
        self,
        agent_id: str,
        session_id: str,
        message: str,
        message_type: str = "primary",
        data_source: Optional[DataSource] = None,
        language: str = "CHINESE",
        workspace_id: str = "",
        mode: 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