fix: add @JsonProperty for response_format

Ensures the response_format field is correctly serialized for Stability AI API.

Signed-off-by: Jhzlo <kjh0010703@naver.com>
This commit is contained in:
Jhzlo
2025-05-14 11:27:34 +09:00
committed by Soby Chacko
parent 1beff75453
commit e14e788a47

View File

@@ -121,6 +121,7 @@ public class StabilityAiImageOptions implements ImageOptions {
* The format in which the generated images are returned. It is sent as part of the
* accept header. Must be "application/json" or "image/png"
*/
@JsonProperty("response_format")
private String responseFormat;
/**