#823 - Support titles and taxonomy

This commit is contained in:
Elio Struyf
2024-06-26 11:35:02 +02:00
parent e77de75333
commit 3a4e9fd8ff
14 changed files with 675 additions and 340 deletions
+16
View File
@@ -1680,6 +1680,10 @@ export enum LocalizationKey {
* Use Front Matter AI to suggest {0}
*/
panelTagPickerAiSuggest = 'panel.tagPicker.ai.suggest',
/**
* Use GitHub Copilot to suggest {0}
*/
panelTagPickerCopilotSuggest = 'panel.tagPicker.copilot.suggest',
/**
* Generating suggestions...
*/
@@ -2316,6 +2320,10 @@ export enum LocalizationKey {
* AI generated title
*/
helpersQuestionsContentTitleAiInputQuickPickAiSeparator = 'helpers.questions.contentTitle.aiInput.quickPick.ai.separator',
/**
* GitHub Copilot generated title
*/
helpersQuestionsContentTitleAiInputQuickPickCopilotSeparator = 'helpers.questions.contentTitle.aiInput.quickPick.copilot.separator',
/**
* Select a title
*/
@@ -2328,6 +2336,10 @@ export enum LocalizationKey {
* Failed fetching the AI title. Please try to use your own title or try again later.
*/
helpersQuestionsContentTitleAiInputFailed = 'helpers.questions.contentTitle.aiInput.failed',
/**
* Failed fetching the GitHub Copilot title suggestions. Please try to use your own title or try again later.
*/
helpersQuestionsContentTitleCopilotInputFailed = 'helpers.questions.contentTitle.copilotInput.failed',
/**
* You did not specify a title for your content.
*/
@@ -2576,6 +2588,10 @@ export enum LocalizationKey {
* No article data
*/
listenersPanelTaxonomyListenerAiSuggestTaxonomyNoDataError = 'listeners.panel.taxonomyListener.aiSuggestTaxonomy.noData.error',
/**
* Failed to get a response from the GitHub Copilot.
*/
servicesCopilotGetChatResponseError = 'services.copilot.getChatResponse.error',
/**
* Select the mode you want to use
*/