oc_run_finish
End an opt-in Chrome run with a terminal status (completed, failed, timed out, canceled, aborted) or a pause status requiring user input or strategy change.
Instructions
Finish an opt-in OpenChrome run ledger with a terminal, needs_user_input, or needs_strategy_change status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | REQUIRED Run identifier returned by oc_run_start. | |
| status | Yes | REQUIRED Terminal, needs_user_input, or needs_strategy_change run status. | |
| message | No | Optional finish reason. | |
| metadata | No | Optional finish metadata. |