using AIStudio.Provider;
namespace AIStudio.Tests.Models.Corpus;
///
/// One model of the corpus which no rule answers for, together with why that is all right.
///
/// The provider the model is reached through.
/// The model ID exactly as that provider reports it.
/// Why this model is left to the global default.
public sealed record ModelLeftToTheDefault(LLMProviders Provider, string ModelId, string Reason);