From 98cc245e61ebe0d7984d367ee42a2e4d8c83a69d Mon Sep 17 00:00:00 2001 From: Alex Vizcaino Date: Thu, 22 Jan 2026 08:40:37 +0100 Subject: [PATCH] Implement lower threshold for citation checks and update UI interactions (#30881) GitOrigin-RevId: 215b2ed0a0c399d2b71a14554b9baa4acea69a1a --- services/web/frontend/js/i18n-resources/writefull.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/web/frontend/js/i18n-resources/writefull.ts b/services/web/frontend/js/i18n-resources/writefull.ts index 2210004981..0995a3155f 100644 --- a/services/web/frontend/js/i18n-resources/writefull.ts +++ b/services/web/frontend/js/i18n-resources/writefull.ts @@ -411,6 +411,9 @@ const en = { "We didn't identify any passages that need additional citation.", 'citations-reviewer.chat.no-citations.run-again': 'Run again', 'citations-reviewer.chat.no-citations.done': 'Done', + 'citations-reviewer.chat.no-citations.rerun': + 'Do you want us to run the check again with a lower threshold for showing passages that require additional citation?', + 'citations-reviewer.chat.no-citations.rerun-yes': 'Yes, run again', 'citations-reviewer.chat.publications.title': 'Suggested papers', 'citations-reviewer.chat.publications.description': 'The following papers may support the claim you’ve made. Always check papers yourself to ensure relevance.', @@ -888,6 +891,9 @@ const es = { 'No se identificaron pasajes que necesiten citas adicionales.', 'citations-reviewer.chat.no-citations.run-again': 'Volver a ejecutar', 'citations-reviewer.chat.no-citations.done': 'Hecho', + 'citations-reviewer.chat.no-citations.rerun': + '¿Quieres que volvamos a ejecutar la revisión con un umbral más bajo para mostrar pasajes que requieran citas adicionales?', + 'citations-reviewer.chat.no-citations.rerun-yes': 'Sí, volver a ejecutar', 'citations-reviewer.chat.publications.title': 'Artículos sugeridos', 'citations-reviewer.chat.publications.description': 'Los siguientes artículos pueden respaldar la afirmación que has hecho. Revisa siempre los artículos por tu cuenta para asegurar su relevancia.',