File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specification/draft/basic/utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments