for my trivial example, I had to register a RuntimeHintsRegistrar with the following types:
// ollama
for (var c : new Class[]{ThinkOption.ThinkOptionDeserializer.class,
ThinkOption.ThinkOptionSerializer.class}) {
hints.reflection().registerType(c, MemberCategory.values());
}
for my trivial example, I had to register a RuntimeHintsRegistrar with the following types: