namespace LLama.Abstractions { /// /// Convenience interface for implementing both type of parameters. /// /// Mostly exists for backwards compatibility reasons, when these two were not split. public interface ILLamaParams : IModelParams, IContextParams { } }