Various translation specs for the translators.
@type config() :: %{ endpoint: endpoint(), persona: String.t(), style: String.t(), ignored_languages: [String.t()] }
@type endpoint() :: %{ adapter: module(), model: String.t(), temperature: float(), config: map() }
@type opts() :: %{source_message: String.t(), target_language_code: String.t()}