using System.Text.Json.Serialization; using OpenQuery.Services; namespace OpenQuery.Models; [JsonSerializable(typeof(ChatCompletionRequest))] [JsonSerializable(typeof(ChatCompletionResponse))] [JsonSerializable(typeof(ChatCompletionChunk))] [JsonSerializable(typeof(EmbeddingRequest))] [JsonSerializable(typeof(EmbeddingResponse))] [JsonSerializable(typeof(SearxngRoot))] [JsonSerializable(typeof(List))] internal partial class AppJsonContext : JsonSerializerContext { }