From a8bc0d65a0944e9b361af0993f114e0b0bbc3287 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 6 Apr 2025 17:36:16 -0700 Subject: [PATCH] chore: format --- backend/open_webui/utils/middleware.py | 4 +++- src/lib/i18n/locales/ar-BH/translation.json | 1 + src/lib/i18n/locales/ar/translation.json | 1 + src/lib/i18n/locales/bg-BG/translation.json | 1 + src/lib/i18n/locales/bn-BD/translation.json | 1 + src/lib/i18n/locales/bo-TB/translation.json | 1 + src/lib/i18n/locales/ca-ES/translation.json | 1 + src/lib/i18n/locales/ceb-PH/translation.json | 1 + src/lib/i18n/locales/cs-CZ/translation.json | 1 + src/lib/i18n/locales/da-DK/translation.json | 1 + src/lib/i18n/locales/de-DE/translation.json | 1 + src/lib/i18n/locales/dg-DG/translation.json | 1 + src/lib/i18n/locales/el-GR/translation.json | 1 + src/lib/i18n/locales/en-GB/translation.json | 1 + src/lib/i18n/locales/en-US/translation.json | 1 + src/lib/i18n/locales/es-ES/translation.json | 1 + src/lib/i18n/locales/et-EE/translation.json | 1 + src/lib/i18n/locales/eu-ES/translation.json | 1 + src/lib/i18n/locales/fa-IR/translation.json | 1 + src/lib/i18n/locales/fi-FI/translation.json | 1 + src/lib/i18n/locales/fr-CA/translation.json | 1 + src/lib/i18n/locales/fr-FR/translation.json | 1 + src/lib/i18n/locales/he-IL/translation.json | 1 + src/lib/i18n/locales/hi-IN/translation.json | 1 + src/lib/i18n/locales/hr-HR/translation.json | 1 + src/lib/i18n/locales/hu-HU/translation.json | 1 + src/lib/i18n/locales/id-ID/translation.json | 1 + src/lib/i18n/locales/ie-GA/translation.json | 1 + src/lib/i18n/locales/it-IT/translation.json | 1 + src/lib/i18n/locales/ja-JP/translation.json | 1 + src/lib/i18n/locales/ka-GE/translation.json | 1 + src/lib/i18n/locales/ko-KR/translation.json | 1 + src/lib/i18n/locales/lt-LT/translation.json | 1 + src/lib/i18n/locales/ms-MY/translation.json | 1 + src/lib/i18n/locales/nb-NO/translation.json | 1 + src/lib/i18n/locales/nl-NL/translation.json | 1 + src/lib/i18n/locales/pa-IN/translation.json | 1 + src/lib/i18n/locales/pl-PL/translation.json | 1 + src/lib/i18n/locales/pt-BR/translation.json | 1 + src/lib/i18n/locales/pt-PT/translation.json | 1 + src/lib/i18n/locales/ro-RO/translation.json | 1 + src/lib/i18n/locales/ru-RU/translation.json | 1 + src/lib/i18n/locales/sk-SK/translation.json | 1 + src/lib/i18n/locales/sr-RS/translation.json | 1 + src/lib/i18n/locales/sv-SE/translation.json | 1 + src/lib/i18n/locales/th-TH/translation.json | 1 + src/lib/i18n/locales/tk-TW/translation.json | 1 + src/lib/i18n/locales/tr-TR/translation.json | 1 + src/lib/i18n/locales/uk-UA/translation.json | 1 + src/lib/i18n/locales/ur-PK/translation.json | 1 + src/lib/i18n/locales/vi-VN/translation.json | 1 + src/lib/i18n/locales/zh-CN/translation.json | 1 + src/lib/i18n/locales/zh-TW/translation.json | 1 + src/lib/utils/index.ts | 2 +- 54 files changed, 56 insertions(+), 2 deletions(-) diff --git a/backend/open_webui/utils/middleware.py b/backend/open_webui/utils/middleware.py index 9fde96888..badae9906 100644 --- a/backend/open_webui/utils/middleware.py +++ b/backend/open_webui/utils/middleware.py @@ -400,7 +400,9 @@ async def chat_web_search_handler( files = form_data.get("files", []) if results.get("collection_names"): - for col_idx, collection_name in enumerate(results.get("collection_names")): + for col_idx, collection_name in enumerate( + results.get("collection_names") + ): files.append( { "collection_name": collection_name, diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 4d9d8ecaf..84f008c94 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة", "Auto-playback response": "استجابة التشغيل التلقائي", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ar/translation.json b/src/lib/i18n/locales/ar/translation.json index b5b8e88ec..998a204fc 100644 --- a/src/lib/i18n/locales/ar/translation.json +++ b/src/lib/i18n/locales/ar/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "توثيق", "Authentication": "المصادقة", + "Auto": "", "Auto-Copy Response to Clipboard": "نسخ الرد تلقائيًا إلى الحافظة", "Auto-playback response": "تشغيل الرد تلقائيًا", "Autocomplete Generation": "توليد الإكمال التلقائي", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 1779e7174..2c082c8fa 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Удостоверяване", "Authentication": "Автентикация", + "Auto": "", "Auto-Copy Response to Clipboard": "Автоматично копиране на отговор в клипборда", "Auto-playback response": "Автоматично възпроизвеждане на отговора", "Autocomplete Generation": "Генериране на автоматично довършване", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index d38113e16..da1a3a038 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে", "Auto-playback response": "রেসপন্স অটো-প্লেব্যাক", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/bo-TB/translation.json b/src/lib/i18n/locales/bo-TB/translation.json index 01e16187d..c7aaa559f 100644 --- a/src/lib/i18n/locales/bo-TB/translation.json +++ b/src/lib/i18n/locales/bo-TB/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "དངོས་ར་སྤྲོད་པ།", "Authentication": "དངོས་ར་སྤྲོད་པ།", + "Auto": "", "Auto-Copy Response to Clipboard": "ལན་རང་འགུལ་གྱིས་སྦྱར་སྡེར་དུ་འདྲ་བཤུས་བྱེད་པ།", "Auto-playback response": "ལན་རང་འགུལ་གྱིས་གཏོང་བ།", "Autocomplete Generation": "རང་འཚང་བཟོ་སྐྲུན།", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 486ef2e29..e1c666242 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autenticar", "Authentication": "Autenticació", + "Auto": "", "Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls", "Auto-playback response": "Reproduir la resposta automàticament", "Autocomplete Generation": "Generació automàtica", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 5b3c85d64..0f8113db6 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Awtomatikong kopya sa tubag sa clipboard", "Auto-playback response": "Autoplay nga tubag", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index 44250f545..9f016e181 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentikace", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatické kopírování odpovědi do schránky", "Auto-playback response": "Automatická odpověď při přehrávání", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index b3b7b42d6..cc052471d 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatisk kopiering af svar til udklipsholder", "Auto-playback response": "Automatisk afspil svar", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 4d5951cfa..deb96b8be 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Authentifizieren", "Authentication": "Authentifizierung", + "Auto": "", "Auto-Copy Response to Clipboard": "Antwort automatisch in die Zwischenablage kopieren", "Auto-playback response": "Antwort automatisch abspielen", "Autocomplete Generation": "Automatische Vervollständigung", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 77c7fa459..169e10eb9 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Copy Bark Auto Bark", "Auto-playback response": "Auto-playback response", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index 08102c9a4..a465d847a 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Επαλήθευση", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Αυτόματη Αντιγραφή Απάντησης στο Πρόχειρο", "Auto-playback response": "Αυτόματη αναπαραγωγή της απάντησης", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 37c7bc5e5..b955a3195 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "", "Auto-playback response": "", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 37c7bc5e5..b955a3195 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "", "Auto-playback response": "", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index dd3a60aa2..ee3f61bb0 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentificar", "Authentication": "Autentificación", + "Auto": "", "Auto-Copy Response to Clipboard": "Auto-Copiar respuesta al Portapapeles", "Auto-playback response": "Auto-Reproducir Respuesta", "Autocomplete Generation": "Generación de Autocompletado", diff --git a/src/lib/i18n/locales/et-EE/translation.json b/src/lib/i18n/locales/et-EE/translation.json index d994363a9..cdbdc92ba 100644 --- a/src/lib/i18n/locales/et-EE/translation.json +++ b/src/lib/i18n/locales/et-EE/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autendi", "Authentication": "Autentimine", + "Auto": "", "Auto-Copy Response to Clipboard": "Kopeeri vastus automaatselt lõikelauale", "Auto-playback response": "Mängi vastus automaatselt", "Autocomplete Generation": "Automaattäitmise genereerimine", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index 0bff61f77..ecc639d01 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentifikatu", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatikoki Kopiatu Erantzuna Arbelera", "Auto-playback response": "Automatikoki erreproduzitu erantzuna", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index e4d9bbf3a..8a932d8a4 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "کپی خودکار پاسخ به کلیپ بورد", "Auto-playback response": "پخش خودکار پاسخ", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index a67fbef01..e3d57d1f7 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -111,6 +111,7 @@ "Auth": "Todennus", "Authenticate": "Todentaa", "Authentication": "Todennus", + "Auto": "", "Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle", "Auto-playback response": "Soita vastaus automaattisesti", "Autocomplete Generation": "Automaattisen täydennyksen luonti", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index e76918ebc..aa8254a8d 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers", "Auto-playback response": "Réponse de lecture automatique", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index f62f896ca..a8e1a06c5 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Authentifier", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers", "Auto-playback response": "Lire automatiquement la réponse", "Autocomplete Generation": "Génération des suggestions", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index f7bbc0b08..df9d3f57c 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "העתקה אוטומטית של תגובה ללוח", "Auto-playback response": "תגובת השמעה אוטומטית", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index 98c34f37b..ed3b9300a 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी", "Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 0010a5687..ed6cc5396 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatsko kopiranje odgovora u međuspremnik", "Auto-playback response": "Automatska reprodukcija odgovora", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index 6413670a5..29e40bd8d 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Válasz automatikus másolása a vágólapra", "Auto-playback response": "Automatikus válasz lejátszás", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index ac8b9d6ff..2acf4dfcc 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip", "Auto-playback response": "Respons pemutaran otomatis", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index 38497fe00..a5cbcb5e5 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Fíordheimhnigh", "Authentication": "Fíordheimhniú", + "Auto": "", "Auto-Copy Response to Clipboard": "Freagra AutoCopy go Gearrthaisce", "Auto-playback response": "Freagra uathsheinm", "Autocomplete Generation": "Giniúint Uathchríochnaithe", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 1f3170aff..65af4f24f 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Copia automatica della risposta negli appunti", "Auto-playback response": "Riproduzione automatica della risposta", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index b75311689..d8bae40cd 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "クリップボードへの応答の自動コピー", "Auto-playback response": "応答の自動再生", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 3e716f68c..9162ae463 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "ავთენტიკაცია", "Authentication": "ავთენტიკაცია", + "Auto": "", "Auto-Copy Response to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში", "Auto-playback response": "ავტომატური დაკვრის პასუხი", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 520b20607..164894b75 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "응답을 클립보드에 자동 복사", "Auto-playback response": "응답 자동 재생", "Autocomplete Generation": "자동완성 생성", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 99cabd6cb..404dd9426 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatiškai nukopijuoti atsakymą", "Auto-playback response": "Automatinis atsakymo skaitymas", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 1b3a4ee78..2d489bea3 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Salin Response secara Automatik ke Papan Klip", "Auto-playback response": "Main semula respons secara automatik", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index b922054be..04f8118b5 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Godkjenn", "Authentication": "Godkjenning", + "Auto": "", "Auto-Copy Response to Clipboard": "Kopier svar automatisk til utklippstavlen", "Auto-playback response": "Spill av svar automatisk", "Autocomplete Generation": "Generering av autofullføring", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index bb63a9e6f..2a629d85d 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Authenticeer", "Authentication": "Authenticatie", + "Auto": "", "Auto-Copy Response to Clipboard": "Antwoord automatisch kopiëren naar klembord", "Auto-playback response": "Automatisch afspelen van antwoord", "Autocomplete Generation": "Automatische aanvullingsgeneratie", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index b6a2d6d81..b3bedd540 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ", "Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 9a0a129f8..966775ecc 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Zaloguj się", "Authentication": "Uwierzytelnianie", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka", "Auto-playback response": "Automatyczna odpowiedź na powtórzenie", "Autocomplete Generation": "Generowanie autouzupełniania", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index abd2cdaf8..96717e610 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autenticar", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência", "Auto-playback response": "Resposta de reprodução automática", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 4e4f1496d..d7076396b 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência", "Auto-playback response": "Reprodução automática da resposta", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 66894bc82..4aa4a59e6 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentificare", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Copiere Automată a Răspunsului în Clipboard", "Auto-playback response": "Redare automată a răspunsului", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index c37cabaf3..115b87b23 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Аутентификация", "Authentication": "Аутентификация", + "Auto": "", "Auto-Copy Response to Clipboard": "Автоматическое копирование ответа в буфер обмена", "Auto-playback response": "Автоматическое воспроизведение ответа", "Autocomplete Generation": "Генерация автозаполнения", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index 5148c064b..857fe69ac 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentifikovať", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatické kopírovanie odpovede do schránky", "Auto-playback response": "Automatická odpoveď pri prehrávaní", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index a796ff86a..0368645bf 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Идентификација", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "Самостално копирање одговора у оставу", "Auto-playback response": "Самостално пуштање одговора", "Autocomplete Generation": "Стварање самодовршавања", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index c7d4df10c..80034d13f 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Autentisera", "Authentication": "Autentisering", + "Auto": "", "Auto-Copy Response to Clipboard": "Automatisk kopiering av svar till urklipp", "Auto-playback response": "Automatisk uppspelning av svar", "Autocomplete Generation": "Automatisk komplettering av generering", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index ba0739eac..948916c43 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "ตอบสนองการคัดลอกอัตโนมัติไปยังคลิปบอร์ด", "Auto-playback response": "ตอบสนองการเล่นอัตโนมัติ", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 37c7bc5e5..b955a3195 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "", "Auto-playback response": "", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 08ef55c70..27459854b 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Kimlik Doğrulama", "Authentication": "Kimlik Doğrulama", + "Auto": "", "Auto-Copy Response to Clipboard": "Yanıtı Panoya Otomatik Kopyala", "Auto-playback response": "Yanıtı otomatik oynatma", "Autocomplete Generation": "Otomatik Tamamlama Üretimi", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 3beea0288..614ef8942 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "Автентифікувати", "Authentication": "Аутентифікація", + "Auto": "", "Auto-Copy Response to Clipboard": "Автокопіювання відповіді в буфер обміну", "Auto-playback response": "Автоматичне відтворення відповіді", "Autocomplete Generation": "Генерація автозаповнення", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index 847cfdb67..fcddb6959 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -111,6 +111,7 @@ "Auth": "", "Authenticate": "", "Authentication": "", + "Auto": "", "Auto-Copy Response to Clipboard": "جواب خودکار طور پر کلپ بورڈ پر کاپی ہو گیا", "Auto-playback response": "آٹو پلے بیک جواب", "Autocomplete Generation": "", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index f7794b9cb..eacc3449d 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -111,6 +111,7 @@ "Auth": "Xác thực", "Authenticate": "Xác thực", "Authentication": "Xác thực", + "Auto": "", "Auto-Copy Response to Clipboard": "Tự động Sao chép Phản hồi vào clipboard", "Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)", "Autocomplete Generation": "Tạo Tự động Hoàn thành", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 2db30902b..d354e7fdb 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -111,6 +111,7 @@ "Auth": "授权", "Authenticate": "认证", "Authentication": "身份验证", + "Auto": "", "Auto-Copy Response to Clipboard": "自动复制回复到剪贴板", "Auto-playback response": "自动念出回复内容", "Autocomplete Generation": "输入框内容猜测补全", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 0624d1eef..6464ab419 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -111,6 +111,7 @@ "Auth": "驗證", "Authenticate": "驗證", "Authentication": "驗證", + "Auto": "", "Auto-Copy Response to Clipboard": "自動將回應複製到剪貼簿", "Auto-playback response": "自動播放回應", "Autocomplete Generation": "自動完成生成", diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index fb67e5169..bcf39f76d 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -1153,7 +1153,7 @@ export const convertOpenApiToToolPayload = (openApiSpec) => { const tool = { type: 'function', name: operation.operationId, - description: operation.description || operation.summary || 'No description available.', + description: operation.description || operation.summary || 'No description available.', parameters: { type: 'object', properties: {},