resumeRun asks the Gateway to resume a waiting or interrupted run.
- Method:
resumeRun - Scope:
run:write - Transports: HTTP RPC, WebSocket RPC
- Request:
{ runId, options? } - Response:
{ runId, status: "resume_requested" | "already_terminal" }
v1 and include InvalidRequest, Unauthorized, Forbidden, RunNotFound, and Internal.