using LLama.Common; namespace LLama.Web.Common { public class ParameterOptions : InferenceParams { public string Name { get; set; } } }