feat: Add AI Error Debugging using OpenAI (#8805)
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
"generic.yes": "Yes",
|
||||
"generic.no": "No",
|
||||
"generic.retry": "Retry",
|
||||
"generic.error": "Something went wrong",
|
||||
"generic.settings": "Settings",
|
||||
"generic.service": "the service",
|
||||
"generic.unsavedWork.confirmMessage.headline": "Save changes before leaving?",
|
||||
@@ -1024,6 +1025,9 @@
|
||||
"nodeErrorView.theErrorCauseIsTooLargeToBeDisplayed": "The error cause is too large to be displayed",
|
||||
"nodeErrorView.time": "Time",
|
||||
"nodeErrorView.inputPanel.previousNodeError.title": "Error running node '{nodeName}'",
|
||||
"nodeErrorView.debugError.button": "Ask AI ✨",
|
||||
"nodeErrorView.debugError.loading": "Asking AI.. ✨",
|
||||
"nodeErrorView.debugError.feedback.reload": "Regenerate answer",
|
||||
"nodeHelpers.credentialsUnset": "Credentials for '{credentialType}' are not set.",
|
||||
"nodeSettings.alwaysOutputData.description": "If active, will output a single, empty item when the output would have been empty. Use to prevent the workflow finishing on this node.",
|
||||
"nodeSettings.alwaysOutputData.displayName": "Always Output Data",
|
||||
@@ -2431,5 +2435,8 @@
|
||||
"setupCredentialsModal.title": "Set up template",
|
||||
"becomeCreator.text": "Share your workflows with 40k+ users, unlock perks, and shine as a featured template creator!",
|
||||
"becomeCreator.buttonText": "Become a creator",
|
||||
"becomeCreator.closeButtonTitle": "Close"
|
||||
"becomeCreator.closeButtonTitle": "Close",
|
||||
"feedback.title": "Was this helpful?",
|
||||
"feedback.positive": "I found this helpful",
|
||||
"feedback.negative": "I didn't find this helpful"
|
||||
}
|
||||
|
||||
@@ -130,6 +130,8 @@ import {
|
||||
faTerminal,
|
||||
faThLarge,
|
||||
faThumbtack,
|
||||
faThumbsDown,
|
||||
faThumbsUp,
|
||||
faTimes,
|
||||
faTimesCircle,
|
||||
faToolbox,
|
||||
@@ -296,6 +298,8 @@ export const FontAwesomePlugin: Plugin<{}> = {
|
||||
addIcon(faTerminal);
|
||||
addIcon(faThLarge);
|
||||
addIcon(faThumbtack);
|
||||
addIcon(faThumbsDown);
|
||||
addIcon(faThumbsUp);
|
||||
addIcon(faTimes);
|
||||
addIcon(faTimesCircle);
|
||||
addIcon(faToolbox);
|
||||
|
||||
Reference in New Issue
Block a user