docs: remove unused paused and completed chat statuses, add requires_action (#24264)

This commit is contained in:
david-fraley
2026-04-17 15:17:37 -05:00
committed by GitHub
parent c40f45b986
commit 1feb183a87
+7 -8
View File
@@ -324,11 +324,10 @@ appear in the `files` field on subsequent
## Chat statuses
| Status | Meaning |
|-------------|--------------------------------------------------------------|
| `waiting` | Idle — newly created, finished successfully, or interrupted. |
| `pending` | Queued for processing. |
| `running` | Agent is actively working. |
| `paused` | Agent is paused (e.g. waiting for user input). |
| `completed` | Agent finished and the task is complete. |
| `error` | Agent encountered an error. |
| Status | Meaning |
|-------------------|------------------------------------------------------------------------------|
| `waiting` | No pending work (newly created, finished, or interrupted). |
| `pending` | Queued for processing. |
| `running` | Agent is actively working. |
| `error` | Agent encountered an error. |
| `requires_action` | Agent invoked a client-provided tool and needs the result before continuing. |