Localize pipeline fallback notifications
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
},
|
||||
"providerChoice.default": "Default",
|
||||
"errorText": "⚠️ An error occurred.",
|
||||
"pipelineFallback.generic": "⚠️ I had to skip part of the request, but I can continue.",
|
||||
"pipelineFallback.notifyUser": "⚠️ I hit a problem and need to continue with a fallback.",
|
||||
"pipelineFallback.failRequest": "⚠️ I could not finish this request.",
|
||||
"pipelineFallback.documentRag": "⚠️ Document retrieval failed, so I will answer without RAG.",
|
||||
"pipelineFallback.speechToText": "⚠️ Speech transcription failed, so I will continue without the audio transcript.",
|
||||
"pipelineFallback.textToSpeech": "⚠️ Text-to-speech failed, so I will continue without audio output.",
|
||||
"pipelineFallback.toolLoop": "⚠️ Tool execution failed, so I will continue without that tool.",
|
||||
"waitThinkText": "⏳ Let me think...",
|
||||
"analyzingPictureText": "🔍 Analyzing the image...",
|
||||
"analyzingPicturesText": "🔍 Analyzing the images...",
|
||||
|
||||
Reference in New Issue
Block a user