platform icon indicating copy to clipboard operation
platform copied to clipboard

Remove the AI form filler

Open jojule opened this issue 9 months ago • 0 comments

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.

jojule avatar Feb 24 '25 02:02 jojule