spring-ai
spring-ai copied to clipboard
Add comment and prevent IndexOutOfBounds exception in ImageResponse
trafficstars
Expected Behavior
Previously, an IndexOutOfBounds exception might occur if the developer using the getResult function, I modified returns null. (if imageGenerations is empty)
Current Behavior
In this version, the getResult function returns index element number 0 of imageGenerations directly.
Context
- I added comments to make it easier to understand. (I referred to
ChatResponse.) - I modified to return null if
imageGenerationsis empty. - I modified
toStringlikeChatResponseformat.
please see #707