ποΈ Quick Start
Build a simple agent using Spring AI
ποΈ Structured Output
Use JSON output from LLM
ποΈ Streaming
When using AI assistants like ChatGPT or Claude, you'll notice that response text from the AI assistant appears in a streaming fashion. Comparing to waiting for the full response for a long time, streaming partial response when it's ready offers a much better user experience.