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.
Advisor
2 个项目