ateam_test_abort
Abort a running test. Pass chain_id to abort the WHOLE run — every job in the chain — and get back which ones stopped. Aborting by job_id stops that job only, leaving handoffs running. Stops at the next iteration boundary. (Advanced.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Abort ONE job only. Prefer chain_id: aborting the root leaves handoffs running while reporting the test aborted. | |
| actor_id | No | Optional. WHO is asking. A job belongs to an actor and Core enforces that on per-job reads, so a tenant key alone is refused. Usually unnecessary — the session remembers the actor from ateam_conversation/ateam_test_skill. Pass it to inspect a job run by a DIFFERENT actor (e.g. a real user's). | |
| chain_id | No | THE EXECUTION'S IDENTITY — what ateam_conversation returns and what you actually hold. A chain is the whole run: root job + every handoff + every askAnySkill subcall. Prefer this. | |
| skill_id | No | The skill ID | |
| solution_id | Yes | The solution ID |