request_info
Request information from another session and receive a reply, blocking until timeout. If no answer, the request stays open so you can poll again later.
Instructions
Ask another session a question and block (up to timeout_s) for its answer.
Creates a request bead (not ephemeral — an unanswered question must not evaporate) assigned to the target (surfaces in their poll_inbox); they reply via respond_info, which comments the answer and closes the bead. Returns {request_id, answer, resolved, timed_out}. If it times out, keep the request_id and poll later with check_request — the request stays open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_sid | Yes | ||
| question | Yes | ||
| timeout_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||