spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.35k stars 540 forks source link

Add comment and prevent IndexOutOfBounds exception in ImageResponse #706

Open devholic22 opened 1 month ago

devholic22 commented 1 month ago

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

please see #745