putty
(putty)
7 Luglio 2026, 7:06pm
1
Simile al mio bug report qui , ho notato in diverse occasioni che le traduzioni in tedesco mantengono parte del codice relativo al processo di traduzione (scusate, non so esattamente come chiamarlo). Vedi qui un esempio nella nostra community .
Tedesco:
Vediamo tra i nostri clienti una crescente adozione dei passkey come standard per l’autenticazione degli utenti. Di conseguenza, il supporto per la memorizzazione e la gestione dei passkey sta diventando un requisito sempre più fondamentale per i password manager aziendali.
Traduce in:
{“content”:“We’re seeing an increasing rollout of passkeys as the standard for user authentication among our customers. As a result, support for storing and managing passkeys is becoming an ever more fundamental requirement for an enterprise password manager.”}
Non direttamente correlato, ma è impossibile modificare le traduzioni quando il primo post utilizza un modello di modulo:
1 Mi Piace
Falco
(Falco)
7 Luglio 2026, 7:10pm
2
Sembra che il nostro prompt per le traduzioni contenga alcune contraddizioni logiche, propongo una correzione qui
main ← fix-translator-agent-example-seeding
merged 02:47PM - 08 Jul 26 UTC
Previously, the translation agents (`PostRawTranslator`, `TopicTitleTranslator`,… and `ShortTextTranslator`) embedded their few-shot examples directly in the system prompt as `Input:`/`Output:` text, where the example inputs were JSON but the outputs were bare text — contradicting the `response_format` that requires a `{"output": "..."}` object. This conflicting guidance caused some models to echo the input wrapper into published translations, e.g. German localizations starting with `{"content":"...` as reported in https://meta.discourse.org/t/german-translations-contain-translation-elements/407009.
This change moves the examples to the `examples` hook — which pre-seeds them as real user/model turns in the conversation, like our other agents (`Proofreader`, `LocaleDetector`, `SmartDates`) — with each model turn serialized as `{"output": "..."}` so the examples demonstrate the exact structured output the agent must produce. It also drops the now-unnecessary instruction claiming a bare ASCII `"` would truncate the response (the structured output layer handles escaping), and removes a stray trailing quote that had leaked into the Japanese example.
2 Mi Piace
putty
(putty)
7 Luglio 2026, 8:25pm
3
Ripristino la versione precedente del tuo post perché potrebbe essere rilevante:
Stiamo utilizzando copie degli agenti predefiniti, con piccole modifiche ai prompt per gestire i nomi dei prodotti.
Tenuto conto di ciò, la tua correzione risolverebbe comunque il problema, o dovrò aggiornare il prompt del nostro agente?
1 Mi Piace
Falco
(Falco)
7 Luglio 2026, 8:29pm
4
La sezione del formato della risposta JSON dell’agente Netwrix Post Translator è compilata?
Dovrebbe essere simile a questa
Vorrà anche aggiornare le sue copie per gestire gli aggiornamenti. Una buona notizia è che non deve nemmeno aspettare che venga unito e può farlo subito.
3 Mi Piace
putty
(putty)
8 Luglio 2026, 2:17pm
5
Ding, ding! Non lo era. Grazie per la correzione, Falco!
2 Mi Piace
Falco
(Falco)
Chiuso
20 Luglio 2026, 11:00am
7
Questo argomento è stato chiuso automaticamente dopo 11 giorni. Non sono più consentite nuove risposte.