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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected