Consider implementing TranslationStrategy._log_operation (https://github.com/mozilla/kitsune/blob/504f894e02dc2241d83f020e87d90f12f7d65258/kitsune/wiki/strategies.py#L144) to record translation results in the database -- perhaps just the LLM's explanation, since the actual translation will be recorded in a revision. The LLM's explanation is super helpful for understanding how the LLM is interpreting/executing the prompt, and then using that understanding to make adjustments.
Consider implementing
TranslationStrategy._log_operation(https://github.com/mozilla/kitsune/blob/504f894e02dc2241d83f020e87d90f12f7d65258/kitsune/wiki/strategies.py#L144) to record translation results in the database -- perhaps just the LLM's explanation, since the actual translation will be recorded in a revision. The LLM's explanation is super helpful for understanding how the LLM is interpreting/executing the prompt, and then using that understanding to make adjustments.