using Newtonsoft.Json; namespace LinkToolAddin.host.prompt; public class PromptDefinition { [JsonProperty("prompt")] public UserPrompt UserPrompt { get; set; } }