chromium/components/policy/resources/templates/policy_definitions/GenerativeAI/DevToolsGenAiSettings.yaml

caption: Settings for DevTools Generative AI Features

desc: |-
  These features in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>'s DevTools employ generative AI models to provide additional debugging information. To use these features, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> has to collect data such as error messages, stack traces, code snippets, and network requests and send them to a server owned by Google, which runs a generative AI model. Response body or authentication and cookie headers in network requests are not included in the data sent to the server.

  0 = Enable the feature for users, and send relevant data to Google to help train or improve AI models. Relevant data may include prompts, inputs, outputs, and source materials, depending on the feature. It may be reviewed by humans for the sole purpose of improving AI models. 0 is the default value, except when noted below.

  1 = Enable the feature for users, but do not send data to Google to train or improve AI models. 1 is the default value for Enterprise users managed by <ph name="GOOGLE_ADMIN_CONSOLE_PRODUCT_NAME">Google Admin console</ph> and for Education accounts managed by <ph name="GOOGLE_WORKSPACE_PRODUCT_NAME">Google Workspace</ph>.

  2 = Disable the feature.

  DevTools Generative AI features include:

  - Console Insights: explains console messages and offers suggestions on how to fix console errors.
default: 0
default_for_enterprise_users: 1
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow DevTools Generative AI Features and improve AI models.
  name: Allowed
  value: 0
- caption: Allow DevTools Generative AI Features without improving AI models.
  name: AllowedWithoutLogging
  value: 1
- caption: Do not allow DevTools Generative AI Features.
  name: Disabled
  value: 2
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 2
  - 1
  type: integer
supported_on:
- chrome.*:125-
- chrome_os:125-
tags: []
type: int-enum