You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AIContent type uses JsonDerivedTypeAttribute to support polymorphic serialization which by design is constrained to the types defined within the M.E.AI.Abstractions assembly only. We should consider exposing a mechanism that lets users register converters for custom content types, in a way that is compatible with the source generator and Native AOT.
The text was updated successfully, but these errors were encountered:
The
AIContent
type usesJsonDerivedTypeAttribute
to support polymorphic serialization which by design is constrained to the types defined within the M.E.AI.Abstractions assembly only. We should consider exposing a mechanism that lets users register converters for custom content types, in a way that is compatible with the source generator and Native AOT.The text was updated successfully, but these errors were encountered: