automation_build_link
Build a clickable link to a run's detail page. Present the result as a markdown link, e.g. "View this run". The path is relative and the chat routes it internally, so the user lands on the run without losing this conversation. Offer it after explaining a run so they can see the video, screenshots and full command list for themselves. This only formats a URL — it does not check that the run exists, so call automation_session_get first if you have not already.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The run's session id. |