platform
platform copied to clipboard
Remove the AI form filler
With improved capabilities in LLM integration libraries like Spring AI, you can very easily get the response from the LLM as a specific Java type and then use that object to directly populate your form using e.g. binder.readBean. This removes the need for the custom solution that we have prototyped behind a feature flag.