Translates or processes text using the LLM.
Future<Map<String, String>> processTranslation({ required Map<String, String> input, required Language targetLanguage, });