Skip to content

Commit e57ea31

Browse files
committed
Fix input_required and failed status descriptions
1 parent 458571f commit e57ea31

File tree

1 file changed

+2
-2
lines changed
  • docs/specification/draft/basic/utilities

1 file changed

+2
-2
lines changed

docs/specification/draft/basic/utilities/tasks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,9 @@ Tasks can be in one of the following states:
609609

610610
- `submitted`: The request has been received and queued for execution
611611
- `working`: The request is currently being processed
612-
- `input_required`: The task lifecycle itself encountered an error, unrelated to the associated request logic
612+
- `input_required`: The request is waiting on additional input from the requestor
613613
- `completed`: The request completed successfully and results are available
614-
- `failed`: The task lifecycle itself encountered an error
614+
- `failed`: The task lifecycle itself encountered an error, unrelated to the associated request logic
615615
- `cancelled`: The request was cancelled before completion
616616
- `unknown`: A terminal fallback state for unexpected error conditions when the receiver cannot determine the actual task state
617617

0 commit comments

Comments
 (0)