nexo_ask
Send questions between AI sessions to enable cross-session communication and knowledge sharing within the NEXO Brain cognitive memory system.
Instructions
Ask a question to another session (they see it on next heartbeat).
Args: from_sid: Your session ID. to_sid: Target session ID. question: The question text. Returns: Question ID (qid) for checking the answer later.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_sid | Yes | ||
| to_sid | Yes | ||
| question | Yes |