genai.ftl |
|
864 |
link-preview-card-onboarding.css |
|
277 |
link-preview-card-onboarding.mjs |
Class representing a link preview onboarding card element.
This component is shown when onboarding state is true.
@augments MozLitElement
|
2999 |
link-preview-card.css |
TODO: this could have been handled with just ::before with { content: '', icon stuff } |
5687 |
link-preview-card.mjs |
Class representing a link preview element.
@augments MozLitElement
|
17581 |
model-optin.css |
|
2308 |
model-optin.mjs |
Model Optin Component
Displays a prompt allowing the user to opt in or out of a model download.
Can also show a progress bar while downloading.
|
5653 |
page-assist.css |
|
344 |
page-assist.mjs |
Initialize URL change detection
|
5873 |
smart-assist.css |
|
1055 |
smart-assist.mjs |
Adds a new message to the conversation history.
@param {object} chatEntry - A message object to add to the conversation
@param {("system"|"user"|"assistant")} chatEntry.role - The role of the message sender
@param {string} chatEntry.content - The text content of the message
|
4738 |