Default implementation of the chat content deserializer contribution.
This contribution registers deserializers for all built-in content types supported by Theia AI.
Note that some content types have limitations when deserialized from persistence.
ChatContentDeserializerContribution for the contribution interface
Registers one or more deserializers with the provided registry.
This method is called during the registry's initialization phase (at @postConstruct() time).
@postConstruct()
The registry to register deserializers with
Default implementation of the chat content deserializer contribution.
This contribution registers deserializers for all built-in content types supported by Theia AI.
Note that some content types have limitations when deserialized from persistence.
See
ChatContentDeserializerContribution for the contribution interface