2 references to ExpandConverter
Aspire.Dashboard (2)
GenAIMessagesContext.g.cs (1)
60return ExpandConverter(type, converter, options, validateCanConvert: false);
GenAIMessagesContext.MessagePart.g.cs (1)
27global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Aspire.Dashboard.Model.GenAI.MessagePart), new global::Aspire.Dashboard.Model.GenAI.MessagePartConverter(), options);