Trusted repository attribution for a model call.
@type scalar_label() :: String.t() | atom() | number() | boolean()
@type t() :: %Mnemosyne.ModelCall.Context{ labels: %{optional(String.t() | atom()) => scalar_label()}, operation: atom(), repo_id: String.t(), source_id: String.t() | nil }