using System.Text.Json; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; namespace Nop.Plugin.Misc.FruitBankPlugin.Models { public class CerebrasAIChatRequest : AIChatRequestBase { //If any specific properties are needed for this derived class, add them here. - A. } }