-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(quantic): new public property fieldsToIncludeInCitations added t…
…o the QuanticGeneratedAnswer component (#3467) * public property fieldsToIncludeInCitations added to the QuanticGeneratedAnswer component * public property fieldsToIncludeInCitations added to the QuanticGeneratedAnswer component * Update packages/quantic/cypress/e2e/default-2/generatedAnswer/generated-answer.cypress.ts Co-authored-by: Etienne Rocheleau <[email protected]> * error template added --------- Co-authored-by: Etienne Rocheleau <[email protected]>
- Loading branch information
1 parent
b653a47
commit f80d3b4
Showing
7 changed files
with
88 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...es/quantic/force-app/main/default/lwc/quanticGeneratedAnswer/templates/errorTemplate.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<template> | ||
<c-quantic-component-error component-name={template.host.localName}> | ||
</c-quantic-component-error> | ||
</template> |