Source code

Revision control

Copy as Markdown

Other Tools

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
---
$tags:
- "Core :: Machine Learning"
genai.chatbot:
enabled:
type: boolean
lifetime: application
description: >
Indicates if the chatbot feature is enabled.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- metrics
provider:
type: string
lifetime: application
description: >
Indicates id of activated chatbot provider or "custom" or "none"
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- metrics
shortcuts:
type: boolean
lifetime: application
description: >
Indicates if the chatbot feature would show shortcuts on selection.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- metrics
shortcuts_custom:
type: boolean
lifetime: application
description: >
Indicates if the chatbot feature would show shortcuts custom input.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- metrics
sidebar:
type: boolean
lifetime: application
description: >
Indicates if the chatbot feature would open in sidebar.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- metrics
experiment_checkbox_click:
type: event
description: >
Chatbot experiment checkbox was clicked to enable/disable.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
enabled:
type: boolean
description: New/current state is enabled.
provider_change:
type: event
description: >
Chatbot provider UI changed providers.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
current:
type: string
description: Current provider id.
previous:
type: string
description: Previous provider id.
surface:
type: string
description: Which UI surface.
shortcuts_checkbox_click:
type: event
description: >
Chatbot shortcuts checkbox was clicked to enable/disable.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
enabled:
type: boolean
description: New/current state is enabled.
contextmenu_prompt_click:
type: event
description: >
Chatbot prompt was clicked from the context menu.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
prompt:
type: string
description: Selected prompt id.
provider:
type: string
description: Selected provider id.
selection:
type: quantity
description: Selected text length.
shortcuts_displayed:
type: event
description: >
Shortcuts displayed on text selection.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
delay:
type: quantity
description: Milliseconds from mousedown to showing.
inputType:
type: string
description: Type if user can edit, e.g., contenteditable, input, textarea.
selection:
type: quantity
description: Selected text length.
shortcuts_expanded:
type: event
description: >
Shortcuts expanded to show prompts.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
selection:
type: quantity
description: Selected text length.
shortcuts_prompt_click:
type: event
description: >
Chatbot prompt was clicked from the shortcuts.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
prompt:
type: string
description: Selected prompt id.
provider:
type: string
description: Selected provider id.
selection:
type: quantity
description: Selected text length.
sidebar_toggle:
type: event
description: >
Chatbot sidebar panel was toggled open/close.
bugs:
data_reviews:
data_sensitivity:
- interaction
expires: 134
notification_emails:
- elee@mozilla.com
send_in_pings:
- events
extra_keys:
opened:
type: boolean
description: New/current state of sidebar is open.
provider:
type: string
description: Selected provider id.
reason:
type: string
description: Why panel is toggling.