Skip to content

Commit

Permalink
AI: autonomyType: Indicate what yes and no mean
Browse files Browse the repository at this point in the history
Rewrite the summary and description to centered around
automation, to lead to a direct binary yes/no value
(yes = automated, no = not automated).

Signed-off-by: Arthit Suriyawongkul <[email protected]>
Co-Authored-By: bennetkl <[email protected]>
  • Loading branch information
2 people authored and goneall committed Jul 22, 2024
1 parent a810543 commit 92dad28
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions model/AI/Properties/autonomyType.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ SPDX-License-Identifier: Community-Spec-1.0

## Summary

States if a human is involved in the decisions of the AI software.
Indicates whether the system can perform a decision or action without human
involvement or guidance.

## Description

Indicates if a human is involved in any of the decisions of the AI system
or if that system is fully automatic.
Indicates if the system is fully automated or a human is involved in any of the
decisions of the AI system.

- yes: Indicates that the system is fully automated
- no: Indicates that a human is involved in any of the decisions of the AI
system
- noAssertion: Makes no assertion about the autonomy

## Metadata

Expand Down

0 comments on commit 92dad28

Please sign in to comment.