Edit

Share via


Responsible AI and safety for App Actions on Windows

Learn about the Responsible AI and safety considerations when implementing App Actions on Windows.

Responsible AI

When building AI backed actions, it is your responsibility as the action author to perform content moderation and abuse monitoring when it comes to entities returned to the user. For more information about Microsoft Responsible AI policies for more information, see Microsoft Responsible AI: Principles and approach.

Content Age Rating

When designing app actions, consider whether the content and functionality is appropriate for users of all ages. In the action definition JSON file, action providers can use the contentAgeRating property to specify the appropriate ages for each action. The value of this property is a member name from the UserAgeConsentGroup enumeration. The supported values are "Child", "Minor", "Adult". If no value is specified, the default behavior allows access to all ages. For more information on the action definition JSON file format, see Action definition JSON schema for App Actions on Windows.