Fading Coder

One Final Commit for the Last Sprint

Spring AI: Turning LLM Text into Strongly-Typed Java Objects and Invoking Local Functions

Spring AI closes the gap betweeen an LLM’s free-form text and the strongly-typed world of Java. This article shows how the framework converts chat answers into POJOs and how it lets the model call local Java functions at runtime. Mapping a Chat Answer to a Java Bean Instead of receiving plain text y...

Enhancing Spring AI Applications with Global Parameters for Intelligent Database Operations and Personal Task Management

Architecting Intelligent Database Interactions with Spring AI Tool Context Recent iterations of the Spring AI framework have introduced robust enhancements to function invocation and state management, most notably the ToolContext interface. This feature enables developers to inject runtime metadata...