complete_action
Mark a follow-up / action done. Get the action_id from get_person (relationship.actions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | The action to complete. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether noticed completed the operation. | |
| data | No | The operation result when ok is true. | |
| error | No | A human-readable error when ok is false. |